Import files from a p4 zip
package file.
p4 [g-opts] unzip -i zipfile [-Ox] [-f -n -A -I -v --enable-dvcs-triggers]
Imports the following into the specified zip file:
The value of the rpl.checksum.change
configurable
determines the level of verification performed for the p4
unzip
command. See
Configurables.
The following push trigger types may be invoked during the execution of
the p4 unzip
command:
push-submit
trigger can customize processing during
the phase of the p4 unzip
command when metadata has
been transferred but files have not yet been transferred.push-content
trigger can customize processing during
that phase of the p4 unzip
command when files have
been transferred but their contents have not yet been committed.push-commit
trigger can do any clean up work or
other post processing after changes have been committed by the
p4 unzip
command.You must use the --enable-dvcs-triggers
option to enable
push triggers for the p4 unzip
command.
For more information, see the section "Triggering on pushes and fetches" in the scripting chapter of Helix Versioning Engine Administrator Guide: Fundamentals.
|
Include the archive content of the new revisions. |
|
Enable any push triggers when the specified file is processed.
Push triggers are disabled by default for the For more information about these kinds of triggers, see the chapter "Scripting Perforce: Scripts and Daemons" in Helix Versioning Engine Administrator Guide: Fundamentals. |
|
Bypasses the correctness checks. |
|
Specifies the zip file name. |
|
Excludes integration records for the new revisions. |
|
Performs all the correctness checks, but does not push any files or changelists to the remote server. |
|
When set, the The |
|
When set, the The |
|
When set, the The |
|
Specifies verbose mode, which provides diagnostics for debugging. You must opt in to verbose mode. With verbose mode turned on, you can refine and control the precise level of verbosity. Specifically, you can indicate whether you want information about:
You can specify any combinations of these options, but must
always include the The default is to display information about every changelist. |
|
See Global Options. |
Can File Arguments Use Revision Specifier? | Can File Arguments Use Revision Range? | Minimal Access Level Required |
---|---|---|
N/A |
N/A |
|
Package a set of files and their history for use by |