ccollab addchangelist |
Top Previous Next |
Usage: ccollab [global-options] addchangelist <review> <changelist> [<changelist> ...]
addchangelist - Attaches an atomic changelist to a review
(See Version Control specific description - Perforce AccuRev Subversion Team Foundation Server ClearCase CMVC MKS Source Surround SCM )
The first argument is the review specifier, subsequent arguments are the IDs of the changelists to upload.
For example, to upload changelist 4321 and 7568 to a new review:
ccollab addchangelist new 4321 7568
For example, to upload changelist 5432 and 12654 to review 111:
ccollab addchangelist 111 5432 12654 |