Perforce 2006.1 Command Reference | ||
<< Previous Chapter p4 integrate |
Table of Contents Index Perforce on the Web |
Next Chapter >> p4 job |
Integrate Action |
What the User Did During the p4 Resolve Process |
---|---|
branch from |
file did not previously exist; it was created as a copy of partner-file. |
branch into |
partner-file did not previously exist; it was created as a copy of file. |
merge from |
file was integrated from partner-file, accepting merge. |
merge into |
file was integrated into partner-file, accepting merge. |
copy from |
file was integrated from partner-file, accepting theirs. |
copy into |
file was integrated into partner-file, accepting theirs. |
ignored |
file was integrated from partner-file, accepting yours. |
ignored by |
file was integrated into partner-file, accepting yours. |
delete from |
file was integrated from partner-file, and partner-file had been previously deleted. |
delete into |
file was integrated into partner-file, and file had been previously deleted. |
edit from |
file was integrated from partner-file, and file was edited within the p4 resolve process. This allows you to determine whether the change should ever be integrated back; automated changes (merge from) needn't be, but original user edits (edit from) performed during the resolve should be (Perforce 2001.1 and later). |
edit into |
file was integrated into partner-file, and partner-file was reopened for edit before submission (Perforce 99.2 and later). |
add into |
file was integrated into previously nonexistent partner-file, and partner-file was reopened for add before submission (Perforce 99.2 and later). |
If the optional -b branch flag is used, only files integrated from the source to target files in the branch view are shown.
If the optional -r flag is provided, the mappings in the branch view are reversed. This flag requires the use of the -b branch flag.
See the Global Options section. |
To see a list of integrations that have not yet been resolved |
p4 resolve -n |
To view a list of integrations that have been resolved but not yet submitted | |
To perform an integration | |
To view the actions taken for all revisions of a particular file (including all the files from which that particular file was integrated) |
p4 filelog [-i] file |
Perforce 2006.1 Command Reference | ||
<< Previous Chapter p4 integrate |
Table of Contents Index Perforce on the Web |
Next Chapter >> p4 job |