p4 shelve

Store files (or a stream spec) from a pending changelist in the depot, without submitting them.

Syntax conventions

p4 [g-opts] shelve [-Af | -As] [-p] [files]
p4 [g-opts] shelve [-Af | -As] [-a option] [-p] -i [-f | -r]
p4 [g-opts] shelve [-Af | -As] [-a option] [-p] -r -c changelist#
p4 [g-opts] shelve [-Af | -As] [-a option] [-p] -c changelist# [-f] [files]
p4 [g-opts] shelve [-Af | -As] -d -c changelist# [-f] [files] --parallel=threads=N[,batch=N][,min=N]

Description

Shelving is the process of temporarily storing work in progress in Helix server without submitting a changelist. Shelving is useful when you need to:

  • perform multiple development tasks on the same set of files, such as testing across multiple platforms

or

  • share files for code review before committing your work to the depot

The p4 shelve command creates, modifies, or discards shelved files in a pending changelist. Shelved files persist in the depot until they are discarded (by means of p4 shelve -d) or replaced by subsequent p4 shelve commands. p4 shelve displays the working revision for the files being shelved.

In addition to the files being shelved, p4 shelve also shelves any open stream specification. For open stream specifications, see p4 stream.

After shelving files, you can:

  • revert or modify them in your client workspace
  • restore the shelved versions of those files to your workspace with the p4 unshelve command.

While files are shelved, other users can unshelve the shelved files into their own workspaces, or into other client workspaces.

Files that have been shelved can also be accessed with the p4 diff, p4 diff2, p4 files, and p4 print commands, using the revision specifier @=change, where change is the pending changelist number.

If you are working in a multi-server environment, use the -p option to promote a shelved change from an edge server to a commit server where it can be accessed by other edge servers in the multi-server configuration. When an existing shelved change is promoted, it is promoted without modification unless the -f or -r options are also used to change the shelved file content. See Usage Notes and "Promoting shelved changelists" in Helix Core Server Administrator Guide.

If no arguments are specified, p4 shelve creates a new changelist, adds files from the user’s default changelist, and (after the user completes a form similar to that used by p4 submit), shelves the specified files into the depot. If a file pattern is given, p4 shelve shelves only the files that match the pattern.

To add a file to a pre-existing shelve, the file must first be opened in the shelve’s changelist.

To move an opened file from one changelist to another, use the p4 reopen command.

Note

p4 obliterate myfile does not obliterate a shelve of the file (archive or metadata). When you attempt to unshelve a file that has been obliterated, you will get an error. To recover the content of that file, print the file. To get rid of the shelve, delete the shelf.

Tip

When you create a shelf from files opened in the default changelist, the syntax of [files] means a single file pattern, such as:

p4 shelve ....html

(Note that wildcards are allowed to specify multiple files.)

However, when opened files are in a numbered change, multiple file arguments are possible:

p4 shelve -c 12108 ....html "*.c"

streams and p4 shelve

By default, if the stream spec is open, it will also be included with any shelved changelist. See the command line output of p4 help streamcmds

By default, a stream spec is not deleted until all files have been deleted.

Note

Any new file being shelved that has the same content as an existing shelved file now refers to the existing archive file instead of creating a duplicate archive file. To avoid overwriting the content of shelves that share archives, the archives of the new shelved files now have an additional numerical suffix. For example, 1.1.1.gz instead of 1.1.gz.

Options

-Af

Specifies that only files be shelved with this changelist.

-As

Specifies that only an opened stream specification should be shelved with this changelist. By default, if the stream spec is open and neither -Af nor -As is given, the stream specification will also be included with any shelved files. (See p4 help streamcmds)

-a option

The submitunchanged (default) option shelves all files. The leaveunchanged option shelves only the changed files. It leaves the unchanged files opened at the numbered pending changelist.

-c change

Specify the pending changelist in which shelved files are to be created, discarded, or modified.

Only the user and client that owns the pending changelist can add or modify its shelved files. (Administrators can use -f to discard files.)

Any files specified by a file pattern must already be open in the specified changelist. To move an opened file from one changelist to another, use p4 reopen .

-d

Using -d -c flag deletes the shelved files in the specified changelist so that they are no longer available for p4 unshelve operations. By default, only the user and client of the pending changelist can delete its shelved files. A user with admin access can delete shelved files by including the -f flag to force the operation.

If the shelved changelist includes a stream spec, by default it is deleted when all files have been deleted.

The combinate of -d -As forces the the stream spec to be deleted even if files remain.

-f

To force an overwrite any existing shelved files in a pending changelist, use the -f option with the -c or -i option.

Force the overwriting of any existing shelved files in a pending changelist with the contents of their client workspace copies.

Helix server administrators can use this option with -d to force the discarding of shelved files in a specified changelist. Using this option will delete shelved files that are the source of pending resolves. If this happens, the resolving user will not be able to merge content from the shelf. The user must either ignore (-ay) the missing shelf or revert.

-i

Reads the pending changelist specification with shelved files from the standard input. The user's editor is not invoked. To modify an existing changelist with shelved files, specify the changelist number using the -c option.

-p

Promote a shelved change from an edge server to a commit server where it can be accessed by other edge servers participating in the multi-server configuration. Once a shelved change has been promoted, all subsequent local modifications to the shelf are also pushed to the commit server and remain until the shelf is deleted. See Usage Notes for more information.

The combination of -p -c promotes the shelf without modification unless -f or -r are also used to update the shelved files before promotion.

-r

Replace all shelved files in the changelist with the files that are opened in your workspace.

The -r option (used with -c or -i) enables you to replace all shelved files in that changelist with the files opened in your own workspace at that changelist number. Previously shelved files will be deleted. Only the user and client workspace of the pending changelist can replace its shelved files.

--parallel

 

Specifies that multiple files should be transferred in parallel, using independent network connections from automatically-invoked child processes. See also the configurables net.parallel.shelve.batch, net.parallel.shelve.min, and net.parallel.shelve.threads.

g-opts

See Global options.

Usage Notes

Can File Arguments Use Revision Specifier? Can File Arguments Use Revision Range? Minimal Access Level Required

Yes

Yes

open

If the user doesn't have open access for all the files in the shelve command, the shelve command will fail.

A promoted shelf is a shelf that exists on the commit server of a multi-server configuration. It is there either because it was directly created on the Commit server or because it was promoted with the -p option of the p4 shelve command. Commands that access shelves know how to handle promoted shelves.

To unpromote a shelf, delete the shelf and create a new one.

A shelf can be promoted when it’s first created. A normal shelf can be promoted after it is created by running one of the following commands:

$ p4 shelve -p -f -c myChange
$ p4 shelve -p -r -c myChange

Promoting a shelf gives you a way to move a shelf from one server to another. To do this, you must complete the following steps:

  1. Promote the shelf you want to copy on the server from where you want to copy it, say server X.
  2. Unshelve the shelf in the server to which you want to copy it, say server Y.
  3. Shelve the change on server Y; this opens the files in a change that is owned by server Y. The new shelf is created as a non-promoted shelf; but you can promote it if you like.

To determine whether a shelved change is promoted, you can try to access the shelf on a server other than the server that owns the change, or you can look at the output of the p4 -ztag changes command.

Observe the following limitations when working with promoted shelves:

  • You can’t unload an Edge server workspace if you have promoted shelves.
  • Use promoted shelves sparingly. Shelf promotion and shelf access are time-consuming operations.

Related Commands

To restore shelved files into a workspace

p4 unshelve