ccollab addsvndiffs

Top  Previous  Next

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

 

addsvndiffs - Uploads diffs generated from the svn 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 Subversion using 'svn diff'.

 

Do not use diff arguments that affect the diff output such as --diff-cmd, -x [--extensions], --summarize, or --non-interactive. 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.

 

Examples:

       ccollab addsvndiffs 698 -r 2:16

       ccollab addsvndiffs new -r PREV http://my.svn.server/svn/repo

       ccollab addsvndiffs 698 -c 10534 src/java

       ccollab addsvndiffs new OLDURL[@OLDREV] NEWURL[@NEWREV]