Command Line Client

Top  Previous  Next

Commands recommended for Rational Synergy

ccollab addchangelist - Attaches an atomic changelist to a review

ccollab addversions - Attaches any 2 given versions to a review

 

The addchangelist command will upload Rational Synergy tasks into Code Collaborator.  You can upload tasks either before or after they are completed.

Configuration

The Command Line Client can may need some configuration. Try testing your configuration to verify the configuration is detected correctly.

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

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

ccollab set scm synergy

 

Rational Synergy-specific Options

Option

Description

--ccm-exe <value>

Full path to the `ccm` command-line executable

--ccm-user <value>

User Name to use when starting a Rational Synergy session

--ccm-passwd <value>

Password to use when starting a Rational Synergy session

--ccm-engine-host <value>

Host the Rational Synergy Engine will run on

--ccm-database-path <value>

Path of the Rational Synergy database to connect with

--ccm-local-database-path <value>

Path of the local Rational Synergy database, typically c:/temp/ccm or /tmp/ccm

--ccm-remote-client

Start Rational Synergy sessions as a Remote Client

If your Perforce server requires ticket-based authentication (server security level 3) then the configured p4passwd will be used to automatically issue 'p4 login' and acquire a new ticket as necessary.