Command Line Client

Top  Previous  Next

Commands recommended for AccuRev

ccollab addchanges - Attaches locally-modified files to a review

ccollab addchangelist - Attaches an atomic changelist to a review

ccollab addardiffs - Uploads diffs generated from accurev diff command

ccollab addstream - Attaches pending differences from an AccuRev stream

 

The addchanges command will upload local changes to files controlled by AccuRev before they are promoted.  This includes both kept and modified files in the local workspace.

The addchangelist command will upload a list of AccuRev transactions.

Configuration

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

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

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

ccollab set scm accurev

 

AccuRev-specific Options

Option

Description

--accurev-depot <value>

AccuRev depot name

--accurev-exe <value>

Full path to the `accurev` command-line client

Example:

ccollab set accurev-depot MyDepot