ccollab addp4diffs

Top  Previous  Next

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

 

addp4diffs - Uploads diffs generated from p4 diff2 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'

<p4-diff-arg> [<p4-diff-arg> ...]

N

Options which should be passed to the p4 diff2 command

 

Upload differences between arbitrary versions of files in Perforce using 'p4 diff2'.

 

Do not use diff arguments that affect the diff output such as -q, -t, -d<flag>, or -s<flag>. 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 addp4diffs 698 //depot/file1 //depot/file2

       ccollab addp4diffs new //depot/...@1523 //depot/...

       ccollab addp4diffs 698 -b my-branch