ccollab addchangelist

Applies to Collaborator 11.5, last modified on December 21, 2021

Description

The ccollab addchangelist command attaches all files from a version control changelist 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 SCM-specific global options. See Command-line Global Options Reference.

<review>

Yes

Identifier of the desired review (an integer number), or a new, ask, or last string.

<changelist> [<changelist> ...]

Yes

Identifier(s) of the desired changeset(s) in your source control.

(See Version Control specific description - PerforceAccuRevSubversionTeam Foundation ServerClearCasePTC IntegrityRational SynergyRational Team Concert and Git)

Examples

To upload changelist 4321 and 7568 to a new review:

ccollab addchangelist new 4321 7568

To upload changelist 5432 and 12654 to review 111:

ccollab addchangelist 111 5432 12654

See Also

ccollab
ccollab addchanges
ccollab adddiffs
ccollab addversions
ccollab addfiles
ccollab commit

Highlight search results