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
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 |