[BACK]Return to cvs.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/cvs.1 between version 1.106 and 1.107

version 1.106, 2007/04/14 13:34:44 version 1.107, 2007/04/24 13:36:30
Line 225 
Line 225 
 .Ic commit  .Ic commit
 command is not necessary.  command is not necessary.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs add [-k mode] [-m msg] file ...  usage: cvs add [-k mode] [-m msg] file ...
 .Ed  .Ed
 .Pp  .Pp
 The  The
Line 248 
Line 248 
 .Ic admin  .Ic admin
 command is used to directly modify the RCS files.  command is used to directly modify the RCS files.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs admin [-Iq] [-b branch] [-k mode] [-m rev:msg]  usage: cvs admin [-Iq] [-b branch] [-k mode] [-m rev:msg]
                  [-N tag[:rev]] [-n tag[:rev]] [-o rev]                   [-N tag[:rev]] [-n tag[:rev]] [-o rev]
                  [-s state[:rev]] [-t file | str]                   [-s state[:rev]] [-t file | str]
 .Ed  .Ed
Line 348 
Line 348 
 The information given is the last revision when a modification occurred,  The information given is the last revision when a modification occurred,
 the author's name, and the date of the revision.  the author's name, and the date of the revision.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs annotate [flR] [-D date | -r rev] [file ...]  usage: cvs annotate [flR] [-D date | -r rev] [file ...]
 .Ed  .Ed
 .Pp  .Pp
 The  The
Line 389 
Line 389 
 command is used to create a local copy of one or more modules present on the  command is used to create a local copy of one or more modules present on the
 target CVS repository.  target CVS repository.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs checkout [-AcflNnPpRs] [-d dir] [-j rev] [-k mode]  usage: cvs checkout [-AcflNnPpRs] [-d dir] [-j rev] [-k mode]
                     -D date | -r rev module ...                      -D date | -r rev module ...
 .Ed  .Ed
 .Pp  .Pp
Line 467 
Line 467 
 command is used to send local changes back to the server and update the  command is used to send local changes back to the server and update the
 repository's information to reflect the changes.  repository's information to reflect the changes.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs commit [-flnR] [-F logfile | -m msg] [-r rev] [file ...]  usage: cvs commit [-flnR] [-F logfile | -m msg] [-r rev] [file ...]
 .Ed  .Ed
 .Pp  .Pp
 The  The
Line 507 
Line 507 
 program, except that the differential comparisons that it generates are  program, except that the differential comparisons that it generates are
 between local or remote revisions of files stored in the CVS repository.  between local or remote revisions of files stored in the CVS repository.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs diff [-cilNnpRu]  usage: cvs diff [-cilNnpRu]
                 [[-D date1 | -r rev1] [-D date2 | -r rev2]]                  [[-D date1 | -r rev1] [-D date2 | -r rev2]]
                 [-k mode] [file ...]                  [-k mode] [file ...]
 .Ed  .Ed
Line 591 
Line 591 
 .Ic unedit  .Ic unedit
 command, which terminates the temporary notifications.  command, which terminates the temporary notifications.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs edit [-lR] [-a action] [file ...]  usage: cvs edit [-lR] [-a action] [file ...]
 .Ed  .Ed
 .Pp  .Pp
 The  The
Line 641 
Line 641 
 when the edition first started, the host from where the edition  when the edition first started, the host from where the edition
 has been requested and the path to the edited file are listed.  has been requested and the path to the edited file are listed.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs editors [-lR] [file ...]  usage: cvs editors [-lR] [file ...]
 .Ed  .Ed
 .Pp  .Pp
 The  The
Line 670 
Line 670 
 The checked out module's files will be placed in a directory  The checked out module's files will be placed in a directory
 bearing the same name as the checked out module, by default.  bearing the same name as the checked out module, by default.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs export [-flNnR] [-d dir] [-k mode]  usage: cvs export [-flNnR] [-d dir] [-k mode]
                   -D date | -r rev module ...                    -D date | -r rev module ...
 .Ed  .Ed
 .Pp  .Pp
Line 745 
Line 745 
 .Ic update  .Ic update
 commands are logged into this file.  commands are logged into this file.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs history [-aceloTw] [-b str] [-D date] [-f file]  usage: cvs history [-aceloTw] [-b str] [-D date] [-f file]
                    [-m module] [-n module] [-p path] [-r rev]                     [-m module] [-n module] [-p path] [-r rev]
                    [-t tag] [-u user] [-x ACEFGMORTUW] [-z tz]                     [-t tag] [-u user] [-x ACEFGMORTUW] [-z tz]
                    [file ...]                     [file ...]
Line 797 
Line 797 
 .Ar path .  .Ar path .
 .It Fl r Ar rev  .It Fl r Ar rev
 Report for a particular revision (checks in the RCS file).  Report for a particular revision (checks in the RCS file).
   .It Fl T
   Report on all tags.
 .It Fl t Ar tag  .It Fl t Ar tag
 Report since tag record placed in the  Report since tag record placed in the
 .Pa CVSROOT/history  .Pa CVSROOT/history
 file by any user.  file by any user.
 .It Fl T  
 Report on all tags.  
 .It Fl u Ar user  .It Fl u Ar user
 Report for a specified  Report for a specified
 .Ar user .  .Ar user .
Line 845 
Line 845 
 exist anymore in the base repository.  exist anymore in the base repository.
 .El  .El
 .It Fl z Ar tz  .It Fl z Ar tz
 Display records with time synchronized with the  Display records with the time synchronized with timezone
 .Ar timezone  .Ar tz .
 passed as argument.  
 .El  .El
 .Pp  .Pp
 All records have the following five first columns:  All records have the following five first columns:
Line 916 
Line 915 
 is used to identify the files you created with  is used to identify the files you created with
 .Ic cvs import .  .Ic cvs import .
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs import [-d] [-b branch] [-I ign] [-k mode] [-m msg]  usage: cvs import [-d] [-b branch] [-I ign] [-k mode] [-m msg]
                   [-W spec] module vendortag releasetag                    [-W spec] module vendortag releasetag
 .Ed  .Ed
 .Pp  .Pp
Line 963 
Line 962 
 command displays all the available information; the options are only  command displays all the available information; the options are only
 used to restrict the displayed information.  used to restrict the displayed information.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs log [-bhlNRt] [-d dates] [-r revs] [-s state]  usage: cvs log [-bhlNRt] [-d dates] [-r revs] [-s state]
                [-w users] [file ...]                 [-w users] [file ...]
 .Ed  .Ed
 .Pp  .Pp
Line 1014 
Line 1013 
 .It Fl r Ar revs  .It Fl r Ar revs
 Specify revision(s) to list:  Specify revision(s) to list:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It REV1,REV2,...,  .It rev1,rev2,...
 A list of revisions is specified by separating names or numbers  A list of revisions is specified by separating names or numbers
 of revisions by the  of revisions by the
 .Sq \&,  .Sq \&,
 character.  character.
 .It REV1:REV2  .It rev1:rev2
 List all revisions between  List all revisions between
 .Ar REV1  .Ar rev1
 and  and
 .Ar REV2  .Ar rev2
 (they must be on the same branch).  (they must be on the same branch).
 .It :REV  .It :rev
 List all revisions since the beginning of the branch until  List all revisions since the beginning of the branch until
 .Ar REV  .Ar rev
 included.  included.
 .It REV:  .It rev:
 List all revisions of the branch beginning with  List all revisions of the branch beginning with
 .Ar REV .  .Ar rev .
 .It BRANCH  .It branch
 List all revisions of a branch.  List all revisions of a branch.
 .It BRANCH.  .It branch.
 List the latest revision of the branch  List the latest revision of the branch
 .Ar BRANCH .  .Ar branch .
 .It BRANCH1:BRANCH2  .It branch1:branch2
 List all revisions of branches between  List all revisions of branches between
 .Ar BRANCH1  .Ar branch1
 and  and
 .Ar BRANCH2 .  .Ar branch2 .
 .El  .El
 .Pp  .Pp
 Without argument, the  Without argument, the
Line 1075 
Line 1074 
 This command does not need a local checkout of the repository  This command does not need a local checkout of the repository
 to work.  to work.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs rdiff [-flR] [-c | -u] [-s | -t] [-V ver]  usage: cvs rdiff [-flR] [-c | -u] [-s | -t] [-V ver]
                  -D date | -r rev [-D date2 | -r rev2]                   -D date | -r rev [-D date2 | -r rev2]
                  module ...                   module ...
 .Ed  .Ed
Line 1148 
Line 1147 
 .Ic history  .Ic history
 command).  command).
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs release [-d] dir ...  usage: cvs release [-d] dir ...
 .Ed  .Ed
 .Pp  .Pp
 The  The
Line 1225 
Line 1224 
 .Ic export  .Ic export
 command always removes empty directories.)  command always removes empty directories.)
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs remove [-flR] [file ...]  usage: cvs remove [-flR] [file ...]
 .Ed  .Ed
 .Pp  .Pp
 The  The
Line 1257 
Line 1256 
 .Fl b  .Fl b
 option.  option.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs rtag [-abdFflnR] [-D date | -r rev]  usage: cvs rtag [-abdFflnR] [-D date | -r rev]
                 symbolic_tag module ...                  symbolic_tag module ...
 .Ed  .Ed
 .Pp  .Pp
Line 1309 
Line 1308 
 .Ic status  .Ic status
 command is used to display the state of checked out files.  command is used to display the state of checked out files.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs status [-lRv] [file ...]  usage: cvs status [-lRv] [file ...]
 .Ed  .Ed
 .Pp  .Pp
 The  The
Line 1366 
Line 1365 
 .Ic tag  .Ic tag
 command adds a symbolic tag to a checked out version of one or more files.  command adds a symbolic tag to a checked out version of one or more files.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs tag [-bcdFflR] [-D date | -r rev] [symbolic_tag]  usage: cvs tag [-bcdFflR] [-D date | -r rev] [symbolic_tag]
                [file ...]                 [file ...]
 .Ed  .Ed
 .Pp  .Pp
Line 1417 
Line 1416 
 will ask if you want to go back to the previous version, and lose the  will ask if you want to go back to the previous version, and lose the
 modifications done on the file, or stay in edition mode on it.  modifications done on the file, or stay in edition mode on it.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs unedit [-lR] [file ...]  usage: cvs unedit [-lR] [file ...]
 .Ed  .Ed
 .Pp  .Pp
 The  The
Line 1437 
Line 1436 
 command is used to merge any of the changes that have occurred on the remote  command is used to merge any of the changes that have occurred on the remote
 repository into the local one where the command was run.  repository into the local one where the command was run.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs update [-ACdflPpR] [-D date | -r rev] [-I ign]  usage: cvs update [-ACdflPpR] [-D date | -r rev] [-I ign]
                   [-j rev] [-k mode] [-W spec] [file ...]                    [-j rev] [-k mode] [-W spec] [file ...]
 .Ed  .Ed
 .Pp  .Pp
Line 1593 
Line 1592 
 .Ic edit  .Ic edit
 command.  command.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs watch on | off | add | remove [-lR] [-a action]  usage: cvs watch on | off | add | remove [-lR] [-a action]
                  [file ...]                   [file ...]
 .Ed  .Ed
 .Pp  .Pp
Line 1661 
Line 1660 
 .Ic unedit  .Ic unedit
 command is issued on a file.  command is issued on a file.
 .Bd -literal -offset indent  .Bd -literal -offset indent
 Usage: cvs watchers [-lR] [file ...]  usage: cvs watchers [-lR] [file ...]
 .Ed  .Ed
 .Pp  .Pp
 The  The

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107