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

-A

Include the archive content of the new revisions.

-f

Bypasses the correctness checks.

-i zipfile

Specifies the zip file name.

-I

Excludes integration records for the new revisions.

-n

Performs all the correctness checks, but does not push any files or changelists to the remote server.

-v

Specifies verbose mode, which provides diagnostics for debugging.

g-opts

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

admin

Examples

p4 unzip -i foo

Imports the contents of the zip package named foo.

Related Commands

Package a set of files and their history for use by p4 unzip

p4 zip