p4 reload
Reloads the specified workspace, label, or task stream from the unload depot.
Syntax
p4 [g-opts] reload [-f] [-c client | -l label | -s stream] [-p address]
Description
The p4 reload
command reloads the state of an unloaded workspace, label, or task stream from the unload depot. (See unload depot in the Helix Core Server Administrator Guide.)
Options
|
Unload the client workspace, and then reload if it had not been unloaded previously. |
|
Administrator force option, which allows reloading of labels and
workspaces owned by other users. Requires |
|
Reload the specified label from the unload depot. |
|
In multi-server environments, reload an unloaded client workspace or label from the edge or commit server specified by the address. This migrates that workspace or label from that server to this one. To perform this operation, the service user of each server must be properly authenticated with the other server. When used with the The |
|
Reload the specified task stream from the unload depot. |
|
See Global options. |
Usage notes
Can File Arguments Use Revision Specifier? | Can File Arguments Use Revision Range? | Minimal Access Level Required |
---|---|---|
No |
No |
|
- To reload a workspace or label, a user must be able to scan
all the files in the workspace’s have list An internal list indicates which files and revisions the client workspace has sync'd from the depot. See 'p4 have' in Helix Core Command-Line (P4) Reference. or files tagged
by the label. Administrators should set
MaxScanRows
andMaxResults
high enough (in thep4 group
form) that users do not need to ask for assistance withp4 unload
orp4 reload
operations.
Related commands
To unload a client workspace or label name |