[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.56 and 1.57

version 1.56, 2005/03/02 09:50:15 version 1.57, 2005/03/04 09:13:38
Line 1191 
Line 1191 
 .It Ic rlog  .It Ic rlog
 Print out history information for a module.  Print out history information for a module.
 .It Xo Ic rtag  .It Xo Ic rtag
 .Op Fl aFflnR  .Op Fl abdFflnR
 .Op Fl b  
 .Op Fl d  
 .Oo Fl D Ar date \*(Ba  .Oo Fl D Ar date \*(Ba
 .Fl r Ar rev Oc  .Fl r Ar rev Oc
 .Ar symbolic_tag  .Ar symbolic_tag
Line 1307 
Line 1305 
 .Ic st ,  .Ic st ,
 .Ic stat .  .Ic stat .
 .It Xo Ic tag  .It Xo Ic tag
 .Op Fl bdlR  .Op Fl bcdflR
 .Op Fl r Ar old_tag  .Oo Fl D Ar date \*(Ba
   .Fl r Ar rev Oc
 .Op Ar symbolic_tag  .Op Ar symbolic_tag
 .Op Ar file ...  .Op Ar file ...
 .Xc  .Xc
 .Pp  .Pp
 Add a symbolic tag to a checked out version of  The
 .Ar file .  .Ic tag
   command adds a symbolic tag to a checked out version of one or more files.
 .Pp  .Pp
 The  The
 .Ic tag  .Ic tag
 command takes the following options:  command takes the following options:
 .Bl -tag -width Ds -offset 3n  .Bl -tag -width Ds -offset 3n
 .It Fl b  .It Fl b
 Specify a branch tag.  Create a branch.
   .It Fl c
   Check that working files are not modified.
   .It Fl D Ar date
   Tag the most recent revision before
   .Ar date .
 .It Fl d  .It Fl d
 Delete tag.  Delete tag.
   .It Fl F
   Move tag if it already exists.
   If this option is not used and a tag is used a second time,
   .Nm
   will not execute the action.
   .It Fl f
   Force the use of the head revision if the specified
   revision or date is not found.
 .It Fl l  .It Fl l
 Limit the scope of the search to the local directory  Limit the scope of the search to the local directory
 only and disable recursive behaviour.  only and disable recursive behaviour.
 .It Fl R  .It Fl R
 Enable recursive behaviour.  Enable recursive behaviour.
 This is the default.  This is the default.
 .It Fl r Ar old_tag  .It Fl r Ar rev
 .Nm  Tag at revision
 will only tag the files with  .Ar rev .
 .Ar symbolic_tag  
 if they are already tagged with  
 .Ar old_tag .  
 When done, it will remove the old tag  
 leaving only the new tag behind on exactly the same files.  
 .El  .El
 .Pp  .Pp
 Aliases:  Aliases:

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57