Perforce 2006.1 Command Reference | ||
<< Previous Chapter p4 files |
Table of Contents Index Perforce on the Web |
Next Chapter >> p4 fixes |
If the changelist has not yet been submitted, the job appears on the p4 submit or p4 change form for the changelist to which it's linked, and under normal circumstances, the status of the job is changed to closed when the changelist is submitted. If the changelist has already been submitted when you run p4 fix, the job's status is changed to closed immediately.
To change a job status to something other than closed when you submit a changelist, supply the -s option to p4 fix, p4 submit, or p4 change.
Because described work may be fixed over multiple changelists, one job may be linked to multiple changelists. Since a single changelist might fix ten bugs, multiple jobs can be linked to the same changelist. You can do this in one command execution by providing multiple jobs as arguments to p4 fix.
-d |
Delete the fix record for the specified job at the specified changelist. The job's status will not change. |
-s status |
Upon submission of the changelist, change the job's status to status, rather than the default value closed. If the changelist to which you're linking the job been submitted, the status value is immediately reflected in the job's status. If the changelist is pending, the job status is changed on submission of the changelist, provided that the -s flag is also supplied to p4 submit and the desired status appears next to the job in the p4 submit form's Jobs: field. |
See the Global Options section. |
p4 fix -c 201 job000141 job002034 |
Mark two jobs as being fixed by changelist 201. If changelist 201 is still pending, the jobs' status is changed to closed when the changelist is submitted. |
p4 fix -c 201 -s suspended job002433 |
Mark job002433 as suspended, rather than closed, when changelist 201 is submitted. Requires use of the -s flag with p4 submit. |
To add or delete a job from a pending changelist | |
To add or delete a job from the default changelist | |
To view a list of connections between jobs and changelists | |
To create or edit a job | |
To list all jobs, or a subset of jobs | |
To change the format of jobs at your site (superuser only) | |
To read information about the format of jobs at your site |
p4 jobspec -o |
Perforce 2006.1 Command Reference | ||
<< Previous Chapter p4 files |
Table of Contents Index Perforce on the Web |
Next Chapter >> p4 fixes |