Command Line Client |
Top Previous Next |
Commands recommended for Subversion ccollab addchanges - Attaches locally-modified files to a review ccollab addchangelist - Attaches an atomic changelist to a review ccollab addsvndiffs - Uploads diffs generated from the svn diff command ccollab commit - Commit changes in the review
The addchanges command will upload local changes to files controlled by Subversion before they are checked into version control. The addchangelist command will upload committed Subversion revisions. The changelist id is the Subversion Revision number. All the files involved in the Revision are uploaded. In most cases, the Command Line Client can automatically detect your Subversion configuration. Try testing your configuration to verify the configuration is detected correctly. If the Command Line Client is unable to detect your Subversion configuration or you want to override the detected settings, you can manually specify Subversion settings using global options. To manually configure the Command Line Client to use Subversion, execute the following command: ccollab set scm subversion
Subversion-specific Options
If you want to review committed Subversion revisions but you don't have a working copy checked out, you must configure your Subversion URL using svn-repo-url. |