ccollab addchangelist (for Team Foundation Server)

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

Description

The ccollab addchangelist command attaches all files from Team Foundation Server shelvesets or changesets 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 AccuRev-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) or shelveset(s) in your source control.

The first argument is the review specifier, subsequent arguments are the IDs of the Shelvesets or Changesets to upload.

Note that the changesets are searched first - if a changeset is found, it will be added to the review. To avoid any naming conflicts, always use at least one non-numeric character in your shelveset names.

Examples

To upload Shelvesets MyShelveset and todays_work to a new review:

ccollab addchangelist new MyShelveset todays_work

To upload Changesets C3 and C12654 to review 111:

ccollab addchangelist 111 3 12654

See Also

Team Foundation Server Integration
ccollab addchangelist
ccollab addchanges (for Team Foundation Server)
ccollab commit (for Team Foundation Server)

Highlight search results