p4 unzip
Synopsis
Import files from a p4 zip package file.
Syntax
p4 [g-opts] unzip
-i zipfile [-f -n -A -I -v]
Description
Imports the file revisions contained in the specified zip file.
Options
|
|
Include the archive content of the new revisions. |
|
|
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. |
|
|
Specifies verbose mode, which provides diagnostics for debugging. |
|
|
See “Global Options”. |
Usage Notes
|
Can File Arguments Use Revision Specifier? |
Can File Arguments Use Revision Range? |
Minimal Access Level Required |
|---|---|---|
|
N/A |
N/A |
|
Examples
|
p4 unzip -i foo |
Imports the contents of the zip package named
|