[Collapse]CodeCollaborator 5
 [Expand]Big Picture/support/viewarticle/20018/
 [Expand]Server Administration/support/viewarticle/20087/
 [Expand]Web User's Guide/support/viewarticle/20071/
 [Expand]Clients/support/viewarticle/20077/
 [Collapse]Version Control Integration/support/viewarticle/20031/
  [Expand]AccuRev Integration/support/viewarticle/20025/
  [Expand]Borland StarTeam Integration/support/viewarticle/20233/
  [Expand]CVS Integration/support/viewarticle/20086/
  [Expand]Git Integration/support/viewarticle/20223/
  [Expand]IBM CMVC Integration/support/viewarticle/20222/
  [Expand]IBM Rational ClearCase Integration/support/viewarticle/20224/
  [Expand]IBM Rational Team Concert Integration/support/viewarticle/20164/
  [Expand]IBM Rational Synergy Integration/support/viewarticle/20238/
  [Expand]Mercurial Integration/support/viewarticle/20236/
  [Expand]Microsoft Team Foundation Server Integration/support/viewarticle/20085/
  [Expand]Microsoft Visual SourceSafe Integration/support/viewarticle/20160/
  [Expand]MKS Source Integrity Integration/support/viewarticle/20237/
  [Expand]Perforce Integration/support/viewarticle/20090/
  [Expand]SourceGear Vault Integration/support/viewarticle/20089/
  [Collapse]Subversion Integration/support/viewarticle/20088/
    Subversion Server Integration/support/viewarticle/20075/
   [Expand]GUI Client/support/viewarticle/20122/
   [Expand]Command Line Client/support/viewarticle/20157/
   [Expand]Subversion Server Hooks/support/viewarticle/20209/
  [Expand]Surround SCM Integration/support/viewarticle/20318/
 [Expand]External Integrations/support/viewarticle/20301/
 [Expand]Techniques & Best Practices/support/viewarticle/20302/
 [Expand]Appendices/support/viewarticle/20078/
Updated: 4/18/2011 Applies To: CodeCollaborator 5 Rating: No votes Click to rate: PoorNot badAverageGoodExcellent

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-require-client-certificate-password <value>

Use this if you have a non-empty and unsaved password for your SSL Client Certificate

--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.



© 2012 SmartBear Software. All rights reserved.
Email Send feedback on this document