|
Description
The ccollab commit command adds all numbered local changes that fix a job to the review.
Command Line Syntax:
ccollab [global-options] addp4job <review> <job-name>
Command Options
Option
|
Required?
|
Description
|
<review>
|
Yes
|
Identifier of the desired review (an integer number), or a new, ask, or last keyword. Where keywords define the following behaviour:
| • | new - the command will create a new review, |
| • | ask - the command will pause execution and prompt for the identifier of the desired review, |
| • | last - the command will use the last review that was created on the current machine via Command-Line Client (that is, it does not know about reviews created elsewhere). |
|
<job-name>
|
Yes
|
Perforce changes that fix this job will be added to the review
|
Example:
ccollab addp4job new new_job
|