requestSync

Request synchronization for all specified ClearCase synchronized streams.

Purpose

This command requests synchronization for the ClearCase synchronized streams that are specified in the command. Synchronization is started as soon as the synchronization engine is available. The alias for ccc requestSync is ccc rs.

Synopsis

Options and arguments

-L  |  --locallySyncd ] 
Operate on all synchronized streams that are synchronized on this host.
-P  |  --password ] password for user ID in repository
The password for the specified user ID in the named repository. If this option is not included on the command line, you are prompted for a password. If you specified a repository URI or nickname for which you have stored credentials using the scm login command, this option is ignored.
-r  |  --repository-uri ] repository URI
Specifies the repository in which to take this action. If you have stored repository credentials using the scm login command, you can use the nickname you supplied for these stored credentials
-u  |  --username ] user ID in repository
Specifies a user ID that exists in the named repository. If you specified a repository URI or nickname for which you have stored credentials using the scm login command, this option is ignored.
-v  |  --verbose ]
Provide additional informational messages while operating.
synchronized stream [...]
A space-separated list of synchronized streams, specified by name, for which synchronization is started. You must specify one or more stream names or include the [ -L  |  --locallySyncd ]  option to specify all streams on this host.
The user has already logged in, the repository nickname is repos and the synchronized stream is IntStream:

$ ./ccc requestSync -r repo IntStream
IntStream:
Ensuring build definition exists
Ensuring build engine supports this stream's build definition
Requesting synchronization via Jazz build engine
Synchronization pending for IntStream


Feedback

Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug