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.

Configuration

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

Option

Description

--svn-exe <value>

Full path to the `svn` command-line executable

--svn-look-exe <value>

Full path to the `svnlook` command-line executable (used by Subversion triggers)

--svn-repo-url <value>

Subversion repository URL

--svn-user <value>

Subversion user name

--svn-passwd <value>

Subversion password

--svn-repo-path <value>

Full path to the repository (used by Subversion Triggers)

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.