Attaching SVN changelists from command line
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2012
05:50 AM
12-28-2012
05:50 AM
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.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2012
06:46 PM
12-30-2012
06:46 PM
We do our best to auto-detect the SCM information from the command-line. In the case of SVN we check if there is an "svn" executable on the PATH and then run "svn info" in the current working directory. If the current working directory is a Subversion working copy then we can get the info we need from that.
If auto-detect doesn't work for whatever reason then you can configure us with the information we need using "global options". Global options can be specified with switches on each command-line invocation or you can save them using the "ccollab set" command.
See here in our manual for more info: http://support.smartbear.com/viewarticle/25511/#configuration
Regards,
Roy
If auto-detect doesn't work for whatever reason then you can configure us with the information we need using "global options". Global options can be specified with switches on each command-line invocation or you can save them using the "ccollab set" command.
See here in our manual for more info: http://support.smartbear.com/viewarticle/25511/#configuration
Regards,
Roy
--
Roy Paterson
Code Collaborator Support
support@codecollaborator.com
512.257.1569 9am-5pm CST, M-F
Roy Paterson
Code Collaborator Support
support@codecollaborator.com
512.257.1569 9am-5pm CST, M-F
