Perforce 2000.2 Command Reference (2000.2.cr.1) | ||
<< Previous Chapter p4 flush |
Table of Contents Index Perforce on the Web |
Next Chapter >> p4 group |
Field Name |
Description |
Example |
---|---|---|
clientFile |
local path to file |
//staff/userid/src/file.c |
depotFile |
depot path to file |
//depot/src/file.c |
haveRev |
revision last synced to client, if on client. |
1, 2, 3 ... n |
headAction |
action taken at head revision, if in depot |
one of add, edit, delete, branch, or integrate |
headChange |
head revision changelist number, if in depot. |
1, 2, 3 ... n |
headRev |
head revision number, if in depot |
1, 2, 3 ... n |
headTime |
Head revision modification time, if in depot. Time is measured in seconds since 00:00:00 UTC, January 1, 1970. |
919283152 is a date in early 1999 |
headType |
head revision type, if in depot |
text, binary, text+k, etc. (see the chapter on File Types.) |
action |
open action, if opened on your client |
one of add, edit, delete, branch, or integrate |
change |
open changelist number, if opened on your client |
1, 2, 3 ... n |
unresolved |
the number, if any, of unresolved integration records |
1, 2, 3 ... n |
unresolvedotherOpen |
number of other users who have the file open, blank if no other users have the file open |
1, 2, 3 ... n, followed by n records listing the users (from 0 through n-1): |
otherLock |
set if another user has the file locked, otherwise blank |
1 or blank |
ourLock |
set if the current user has the file locked, otherwise blank |
1 or blank |
-c changelist# |
Displays only files affected since the given changelist number. This option is much faster than using a revision range on the affected files. |
-C |
Limits output to files mapped on the current client |
-s |
Shortens output by excluding client-related data (i.e. the clientFile field). |
See the Global Options section. The -s global option might (prefix each line of output with a tag describing the type of output as an error, warning, info, text, or exit) can be particularly useful with p4 fstat. |
Perforce 2000.2 Command Reference (2000.2.cr.1) | ||
<< Previous Chapter p4 flush |
Table of Contents Index Perforce on the Web |
Next Chapter >> p4 group |