slambeth
12 years agoOccasional Contributor
Attaching SVN changelists from command line
I'm planning to attach SVN revisions with with command line client, but it seems to me that you've have to specifiy the repository/SCM to retrieve the changes lists from?
I see this example in the documentation:
I see this example in the documentation:
For example, to upload Revisions r5432 and r12654 to review 111:
ccollab addchangelist 111 5432 12654
But I'm confused as to how it would know what SCM to pull from. In the interface when you attach a change list it presents you with a drop to down to choose from the configured repositories.