ccollab addvssdiffs

Top  Previous  Next

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

 

addvssdiffs - Uploads diffs generated from 'ss 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 Visual SourceSafe using 'ss diff'.

 

Do not use diff arguments that affect the diff output such as -o, -b, -h, -?, -du<width> where width is less than 128, or -dx<context> where context is less than 10. 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 addvssdiffs 698 HelloWorld.java -yusername,password

       ccollab addvssdiffs new HelloWorld.java -v2

       ccollab addvssdiffs 698 HelloWorld.java -v4~1

       ccollab addvssdiffs 698 $/Project/Status.java c:\project\Status.java