Perforce Command Reference:   [Index] [Prev] [Next]


p4 filelog

Synopsis

Print detailed information about files' revisions

Syntax

p4 [g-opts] filelog -l file...

Description

p4 filelog describes each revison of the files provided as arguments. At least one file or file pattern must be provided as an argument. The output lists one line per revision; the format of each line is:

... #rev change chnum op on date by usr@client (type) 'descrip'

where

At least one file or file pattern must be provided.

Options

-l List the full description of each revision.
g_opts See global options section.

Usage Notes

Can File Arg Use
Revision Specifier?
Can File Arg
Use Revision Range?
Minimal
Access Level Required
No No list

Examples

p4 -c foo filelog //depot/... Display the revision history for every file under the depot's proj1 directory in client workspace foo.
p4 filelog bar baz Show the revision history for files bar and baz, which reside locally in the current working directory.

Related Commands

To read additional information about each file p4 files
To view a list of open files p4 opened
To view a list of files you've synced to your client workspace p4 have



Perforce Command Reference:   [Index] [Prev] [Next]


Copyright 1999 Perforce Software.
Contact us at [email protected]
Last updated: 09/15/99 (Manual version 99.1.cr.6)