p4 files
Provide information about files in the depot without accessing their contents.
Syntax
p4 [g-opts] files [-a -A -e] [-i][-m max] FileSpec[revSpec] p4 [g-opts] files [-a] [-e] [-m max] [--streamviews] FileSpec[revSpec]
p4 [g-opts] files -U unloadFileSpec
Description
This command lists each file that matches the file patterns provided as arguments. If a revision specifier is given, the files are described at the given revision. One file is listed per line, and the format of each line is:
depot-file-location#rev - action change changelist (filetype)
where:
- depot-file-location is the file’s location relative to the top of the depot,
- rev is the revision number of the head revision of that file,
- action is the action taken at the head revision:
add
,edit
,delete
,branch
,move/add
,move/delete
,integrate
,import
,purge
, orarchive
, - changelist is the number of the changelist in which the revision was submitted, and
- filetype is the Helix Core Server file type of this file at the head revision.
Unlike most
Helix Core Server
commands, p4 files
reports on any file in the depot. I t is not limited to only those files that are visible through the client
view. If a file pattern on the command line is given in client syntax,
only files in the client workspace are shown.
Options
|
For each file, list all revisions within a specified revision range, rather than only the highest revision in the range. |
|
Limit output to files in archive depots. |
|
Exclude deleted, purged, or archived files; the files that remain are those available for syncing or integration. |
|
Ignore the case of the file argument when listing files in a case sensitive server. |
|
Limit output to the first |
|
List only files in the unload depot. See |
--streamviews
|
Report files and directories from stream Paths and Components, where imported files are represented as symbolic links under the stream depot path. See the Viewing imported files example under Stream Components > in the Helix Core Command-Line (P4) Guide. |
|
See Global options. |
Usage notes
Can File Arguments Use Revision Specifier? | Can File Arguments Use Revision Range? | Minimal Access Level Required |
---|---|---|
Yes |
Yes |
|
- The specified revision can be a revision range. In this case, only
those files with revisions within the specified range are listed, and
by default, only the highest revision in that range is listed. (To
display information for all files within a revision range, use
p4 files -a
.) - The output of
p4 files
can be large when called with non-restrictive file arguments. For example,p4 files //depot/...
prints information about all the files in the depot. However,p4 files
commands can be subject to amaxresults
limitation that is set inp4 group
.
Examples
|
Provides information about all files in the depot. |
|
Provides information about all depot files visible through the client view. |
|
Case-insensitive version of p4 files //clientname/... |
|
Provides information about all depot file revisions that existed on March 10, 2011. |
|
Lists all files and revisions changed during business hours on March 31, 2011. |
p4 files @=14 | Lists the files shelved or submitted in the specified changelist. |
p4 files //depot/foo/...@12 | List the files in the path specified for all changelists up to specified changelist. |
p4 files //depot/foo/...@12,@12 | List only the files in the path specified for the specified changelist. In other words, the list begins and ends at the same changelist number. |
|
Lists files and revisions under the directory |
|
Show information on the head revision of
|
|
Show information on every revision of
|
|
If an administrator has used |
Related commands
To list the revision history of files |
|
To see a list of all currently opened files |
|
To see a list of the file revisions you’ve synced to |
|
To view the contents of depot files |