[Collapse]CodeCollaborator 5
 [Expand]Big Picture/support/viewarticle/20018/
 [Expand]Server Administration/support/viewarticle/20087/
 [Expand]Web User's Guide/support/viewarticle/20071/
 [Expand]Clients/support/viewarticle/20077/
 [Collapse]Version Control Integration/support/viewarticle/20031/
  [Expand]AccuRev Integration/support/viewarticle/20025/
  [Expand]Borland StarTeam Integration/support/viewarticle/20233/
  [Expand]CVS Integration/support/viewarticle/20086/
  [Expand]Git Integration/support/viewarticle/20223/
  [Expand]IBM CMVC Integration/support/viewarticle/20222/
  [Expand]IBM Rational ClearCase Integration/support/viewarticle/20224/
  [Expand]IBM Rational Team Concert Integration/support/viewarticle/20164/
  [Expand]IBM Rational Synergy Integration/support/viewarticle/20238/
  [Expand]Mercurial Integration/support/viewarticle/20236/
  [Collapse]Microsoft Team Foundation Server Integration/support/viewarticle/20085/
    GUI Client/support/viewarticle/20123/
   [Collapse]Command Line Client/support/viewarticle/20159/
     addchanges/support/viewarticle/20149/
     addchangelist/support/viewarticle/20136/
     commit/support/viewarticle/20150/
  [Expand]Microsoft Visual SourceSafe Integration/support/viewarticle/20160/
  [Expand]MKS Source Integrity Integration/support/viewarticle/20237/
  [Expand]Perforce Integration/support/viewarticle/20090/
  [Expand]SourceGear Vault Integration/support/viewarticle/20089/
  [Expand]Subversion Integration/support/viewarticle/20088/
  [Expand]Surround SCM Integration/support/viewarticle/20318/
 [Expand]External Integrations/support/viewarticle/20301/
 [Expand]Techniques & Best Practices/support/viewarticle/20302/
 [Expand]Appendices/support/viewarticle/20078/
Updated: 4/18/2011 Applies To: CodeCollaborator 5 Rating: No votes Click to rate: PoorNot badAverageGoodExcellent

ccollab addchangelist (for Team Foundation Server)

Top Previous Next

Usage: ccollab [global-options] addchangelist <review> <changelist> [<changelist> ...]

addchangelist - Attaches an atomic changelist to a review

Command Options

Option

Required?

Description

<review>

Y

Must be either an integer review-id, 'new', 'ask', or 'last'

<changelist> [<changelist> ...]

Y

SCM-specific ID of an atomic set of changes

Uploads Shelvesets or Changesets from Team Foundation Server to the Code Collaborator server.

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.

For example, to upload Shelvesets MyShelveset and todays_work to a new review:

ccollab addchangelist new MyShelveset todays_work

For example, to upload Changesets C3 and C12654 to review 111:

ccollab addchangelist 111 3 12654



© 2012 SmartBear Software. All rights reserved.
Email Send feedback on this document