[Collapse]CodeCollaborator 5
 [Expand]Big Picture/support/viewarticle/20018/
 [Expand]Server Administration/support/viewarticle/20087/
 [Expand]Web User's Guide/support/viewarticle/20071/
 [Collapse]Clients/support/viewarticle/20077/
   Installation/support/viewarticle/20091/
  [Expand]Configuration/support/viewarticle/20226/
  [Expand]GUI Client/support/viewarticle/20059/
  [Collapse]Command Line Client/support/viewarticle/20053/
    Configuration/support/viewarticle/20022/
    Commands/support/viewarticle/20232/
    Graphical Editor/support/viewarticle/20028/
    Uploading Diffs/support/viewarticle/20234/
    Troubleshooting/support/viewarticle/20084/
    Global Options Reference/support/viewarticle/20016/
   [Collapse]Command-line Reference/support/viewarticle/20092/
     help/support/viewarticle/20104/
     info/support/viewarticle/20108/
     login/support/viewarticle/20096/
     set/support/viewarticle/20020/
     addchanges/support/viewarticle/20115/
     addfiles/support/viewarticle/20114/
     addchangelist/support/viewarticle/20101/
     adddiffs/support/viewarticle/20103/
     addsvndiffs/support/viewarticle/20097/
     addardiffs/support/viewarticle/20023/
     addcvsdiffs/support/viewarticle/20095/
     addgitdiffs/support/viewarticle/20111/
     addhgdiffs/support/viewarticle/20110/
     addp4diffs/support/viewarticle/20099/
     addstdiffs/support/viewarticle/20107/
     addvssdiffs/support/viewarticle/20100/
     addversions/support/viewarticle/20106/
     addactivity/support/viewarticle/20109/
     actionitems/support/viewarticle/20102/
     addtrack/support/viewarticle/20112/
     addstream/support/viewarticle/20015/
     browse/support/viewarticle/20113/
     commit/support/viewarticle/20094/
     addp4job/support/viewarticle/20093/
     addurls/support/viewarticle/20098/
    [Expand]admin/support/viewarticle/20105/
   Tray Notifier/support/viewarticle/20049/
   External Diff Viewer launcher/support/viewarticle/20126/
  [Expand]Eclipse Plug-in/support/viewarticle/20029/
 [Expand]Version Control Integration/support/viewarticle/20031/
 [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 addcvsdiffs

Top Previous Next

Usage: ccollab [global-options] addcvsdiffs [--upload-comment <value>] <review> [<user-diff-arg> [<user-diff-arg> ...]]

addcvsdiffs - Uploads diffs generated from cvs diff command

Command Options

Option

Required?

Description

--upload-comment <value>

N

Comment used to upload files (defaults to command-line arguments)

<review>

Y

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

<user-diff-arg> [<user-diff-arg> ...]

N

Command-line arguments to pass directly to the diff command

Upload differences between arbitrary versions of files in CVS using 'cvs diff'.

Do not use diff arguments that affect the diff output such as -N --new-file, -u -U --unified, -c -C --context, --brief, -e -ed, -f --forward-ed, -n --rcs, or -y --side-by-side. The Code Collaborator command-line client will automatically select an output format that ensures you will get all the data you need on the server.

For example, to upload all changes between labels build-391 and build-401:

ccollab addcvsdiffs review -r build-391 -r build-401

To upload all changes between dates 2006-01-01 and 2006-02-01:

ccollab addcvsdiffs review -D 2006-01-01 -D 2006-02-01

To upload all changes in the last 7 days:

ccollab addcvsdiffs review -D "7 days ago"



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