Several options (shown above as `-report
') control what
kind of report is generated:
-c
|
Report on each time commit was used (i.e., each time the repository was modified). | ||||||||||||||||||||||
-e
|
Everything (all record types). Equivalent to
specifying ` | ||||||||||||||||||||||
-m module
|
Report on a particular module. (You can meaningfully
use ` | ||||||||||||||||||||||
-o
|
Report on checked-out modules. | ||||||||||||||||||||||
-T
|
Report on all tags. | ||||||||||||||||||||||
-x type
|
Extract a particular set of record types type from the CVS history. The types are indicated by single letters, which you may specify in combination. Certain commands have a single record type:
One of four record types may result from an update:
One of three record types results from commit:
|
The options shown as `-flags
' constrain or expand
the report without requiring option arguments:
-a
|
Show data for all users (the default is to show data
only for the user executing |
-l
|
Show last modification only. |
-w
|
Show only the records for modifications done from the
same working directory where |
The options shown as `-options args
' constrain the report
based on an argument:
-b str
|
Show data back to a record containing the string str in either the module name, the file name, or the repository path. |
-D date
|
Show data since date. This is slightly different
from the normal use of ` |
-p repository
|
Show data for a particular source repository (you
can specify several ` |
-r rev
|
Show records referring to revisions since the revision or tag named rev appears in individual RCS files. Each RCS file is searched for the revision or tag. |
-t tag
|
Show records since tag tag was last added to the
history file. This differs from the ` |
-u name
|
Show records for user name. |