|
Version Control Integrations > Subversion Integration > Command-Line Client |
|
|
ccollab addsvndiffs |
|
The ccollab addsvndiffs command uploads differences between arbitrary versions of files in Subversion. The differences are generated using the native 'svn diff' command of Subversion. Command Line Syntax: ccollab [global-options] addsvndiffs [--upload-comment <value>] <review> [<user-diff-arg> [<user-diff-arg> ...]]
Remarks: Do not use diff arguments that affect the diff output such as '--diff-cmd', '-x [--extensions]', '--summarize', or '--non-interactive'. The 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] |
|
© 2003-2025 SmartBear Software. All rights reserved. |