ccollab addchangelist (for ClearCase)

Applies to Collaborator 13.9, last modified on February 15, 2022

Description

The ccollab addchangelist command attaches all files from a submitted ClearCase changelist (activity) 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 ClearCase-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) or names of the desired activity(ies) in your source control.

Examples

To upload Activities add_new_scm_support and add_extended_version_parsing to a new review:

ccollab addchangelist new add_new_scm_support add_extended_version_parsing

To upload Activities AnActivity and AnotherActivity to review 111:

ccollab addchangelist 111 AnActivity AnotherActivity

See Also

ClearCase Integration
ccollab addchangelist
ccollab addactivity
ccollab addchanges (for ClearCase)
ccollab addversions (for ClearCase)
ccollab commit (for ClearCase)

Highlight search results