|
Version Control Integrations > Perforce Integration > Command-Line Client |
|
|
ccollab addp4diffs |
|
The ccollab addp4diffs command uploads differences between arbitrary versions of files in Perforce. The differences are generated using the native 'p4 diff2' command of Perforce. Command Line Syntax: ccollab [global-options] addp4diffs [--upload-comment <value>] <review> [<p4-diff-arg> [<p4-diff-arg> ...]]
Remarks: Do not use diff arguments that affect the diff output such as '-q', '-t', '-d<flag>', or '-s<flag>'. 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 addp4diffs 698 //depot/file1 //depot/file2 ccollab addp4diffs new //depot/...@1523 //depot/... ccollab addp4diffs 698 -b my-branch |
|
© 2003-2025 SmartBear Software. All rights reserved. |