ccollab addchangelist (for Rational Synergy)

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

Description

The ccollab addchangelist command attaches all files from a pending or a completed Rational Synergy changelist (tasks) 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 keyword. Where keywords define the following behaviour:

  • new - the command will create a new review,
  • ask - the command will pause execution and prompt for the identifier of the desired review,
  • last - the command will use the last review that was created on the current machine via Command-Line Client (that is, it does not know about reviews created elsewhere).

<changelist> [<changelist> ...]

Yes

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

The first argument is the review specifier, subsequent arguments are the IDs of the Pending Tasks or Completed Tasks to upload.

Examples

To upload Pending Tasks 4321 and 7568 to a new review:

ccollab addchangelist new 4321 7568

To upload Completed Tasks 5432 and 12654 to review 111:

ccollab addchangelist 111 5432 12654

See Also

Rational Synergy Integration
ccollab addchangelist
ccollab addversions (for Rational Synergy)

Highlight search results