Description
The ccollab addchangelist
command attaches all files from a change package controlled by PTC Integrity client (PTC Source) to a review on the Collaborator server.
Command Line Syntax
ccollab [global-options] addchangelist <review> <changelist> [<changelist> ...]
Command Options
Option |
Required? |
Description |
---|---|---|
[global-options] |
No |
A number of global or PTC-specific global options. See Command-line Global Options Reference. |
Yes |
Identifier of the desired review (an integer number), or a
|
|
Yes |
Identifier(s) of the desired changeset(s) in your source control. |
Examples
The following command uploads the change packages 1:2 and 3:2 to a new review:
ccollab addchangelist new 1:2 3:2
The following command adds the change packages 1:1 and 3:1 to the review with the identifier 182:
ccollab addchangelist 182 1:1 3:1
See Also
PTC Integrity Integration
ccollab addchangelist
ccollab addchanges (for PTC Integrity)
ccollab addversions (for PTC Integrity)