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"