|
Synopsis
List files and revisions that have been synced to the client workspace.
Syntax
p4 [g-opts] have [file...]
Description
List those files and revisions that have been copied to the client workspace with p4 sync. If file patterns are provided, the list is limited to those files that match one of the patterns, and to those files that are mapped to the client view.
p4 have lists the files, one per line, in the format:
depot-file#revision-number - local-path
- depot-file is the path to the file in depot syntax.
- revision-number is the have revision; the revision presently in the current client workspace
- local-path is the path as represented in terms of the local filesystem (i.e. in local syntax).
Usage Notes
Can File Arguments Use Revision Specifier?
|
Can File Arguments Use Revision Range?
|
Minimal Access Level Required
|
---|
No
|
No
|
list
|
- Some Perforce documentation refers to a client workspace's have list. The have list is the list of file revisions returned by p4 have, or the file revisions that have been most recently synced to the depot.
Examples
p4 sync //depot/foo... p4 have //depot/foo
p4 sync //depot/foo/...#4 p4 have //depot/foo
|
The first p4 have will show that the highest revision of the file has been copied to the client workspace.
The second p4 have will show that the fourth revision is the revision currently in the client workspace.
|
Related Commands
To copy file revisions from the depot to the client workspace
|
p4 sync
|
|