Command Line Client

Top  Previous  Next

Commands recommended for CVS

ccollab addchanges - Attaches locally-modified files to a review

ccollab addcvsdiffs - Uploads diffs generated from cvs diff command

ccollab commit - Commit changes in the review

 

The addchanges command will upload local changes to files controlled by CVS before they are checked into version control.

Configuration

In most cases, the Command Line Client can automatically detect your CVS configuration.  Try testing your configuration to verify the configuration is detected correctly.

If the Command Line Client is unable to detect your CVS configuration or you want to override the detected settings, you can manually specify CVS settings using global options.

To manually configure the Command Line Client to use CVS, execute the following command:

ccollab set scm cvs

 

CVS-specific Options

Option

Description

--cvs-exe <value>

Full path to the `cvs` command-line client

--cvsroot <value>

Connection to the CVS repository