Usage:
ccollab [global-options] command [command-options]
Global Options can be specified on the command-line, or they can be saved and applied to every command using 'ccollab set'.
General Options
Option
|
Description
|
|
Browser to launch (e.g. 'firefox', 'ie', or 'default')
|
|
Run in debug mode, create a ccollab.log file in current directory
|
|
External editor to use for editing file list
|
|
Prompt user for input to signal editing of file list complete
|
|
Force browser to open new window (only works for some platforms and browsers)
|
|
Do not pop up a web browser when the command completes
|
|
Don't interact with user
|
|
Password to use when connecting to the Code Collaborator server
|
|
Don't display progress messages
|
|
Manually sets the SCM system type, e.g. "perforce" or "none" for no SCM System. Clearing this option causes the SCM system to be auto-detected
|
--server-proxy-host <value>
|
Proxy server URL to use to connect to the Code Collaborator server
|
--server-proxy-port <value>
|
Proxy server port number to use to connect to the Code Collaborator server
|
|
URL to use when connecting to the Code Collaborator server
|
|
Username to use when connecting to the Code Collaborator server
|
AccuRev-specific Options
Option
|
Description
|
--accurev-depot <value>
|
AccuRev depot name
|
--accurev-exe <value>
|
Full path to the `accurev` command-line client
|
ClearCase-specific Options
Option
|
Description
|
--clearcase-update-snapshot
|
Whether to update ClearCase snapshot views prior to uploading files for review
|
CVS-specific Options
Option
|
Description
|
--cvs-exe <value>
|
Full path to the `cvs` command-line client
|
--cvsroot <value>
|
Connection to the CVS repository
|
MKS Source-specific Options
Option
|
Description
|
--mks-host <value>
|
MKS Source server name
|
--mks-port <value>
|
MKS Source server port
|
--mks-user <value>
|
MKS Source user name
|
--mks-passwd <value>
|
MKS Source user password
|
Perforce-specific Options
Option
|
Description
|
--p4 <value>
|
Full path to the P4 executable
|
--p4port <value>
|
How to connect to the Perforce server
|
--p4user <value>
|
Perforce user name
|
--p4passwd <value>
|
Perforce password or ticket
|
--p4client <value>
|
Mapping of Perforce server data to the local machine
|
--p4charset <value>
|
Perforce character set used for translation of Unicode files
|
--p4-require-empty-default-changelist
|
If true, don't allow uploads if the default changelist contains files
|
--p4-specify-command-charset <value>
|
Should a character set be specified for communication with Perforce
|
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)
|
Surround SCM-specific Options
Option
|
Description
|
--surround-exe <value>
|
Full path to the Surround SCM `sscm` command-line client
|
--surround-server <value>
|
Surround SCM server address (server:port)
|
--surround-single-sign-on
|
Surround SCM single sign-on
|
--surround-user <value>
|
Surround SCM user name
|
--surround-passwd <value>
|
Surround SCM password
|
Team Foundation Server-specific Options
Option
|
Description
|
--tfs-exe <value>
|
Full path to the Team Foundation `tf` command-line client
|
--tfs-server <value>
|
Team Foundation server name
|
--tfs-user <value>
|
Team Foundation alternate user name (atypical)
|
--tfs-passwd <value>
|
Team Foundation alternate user name password
|
Vault-specific Options
Option
|
Description
|
--vault-profile <value>
|
Vault 5.0 profile name
|
--vault-server <value>
|
Vault 5.0 server url (n/a with profile)
|
--vault-repo <value>
|
Vault 5.0 repository (n/a with profile)
|
--vault-user <value>
|
Vault 5.0 user (n/a with profile)
|
--vault-passwd <value>
|
Vault 5.0 password (n/a with profile)
|
--vault-proxy-domain <value>
|
Vault 5.0 proxy domain
|
--vault-proxy-server <value>
|
Vault 5.0 proxy server
|
--vault-proxy-port <value>
|
Vault 5.0 proxy port
|
--vault-proxy-user <value>
|
Vault 5.0 proxy user
|
--vault-proxy-passwd <value>
|
Vault 5.0 proxy password
|
--vault-fortress-mode
|
Vault 5.0 Fortress mode
|
Visual SourceSafe-specific Options
Option
|
Description
|
--vss-passwd <value>
|
SourceSafe password
|
--vss-exe <value>
|
Full path to the SourceSafe `ss` command-line client
|
--vss-user <value>
|
SourceSafe user name
|
|