Tag Commands

   

Tag files from within a sandbox

   cvs tag tagname [filenames]   

Tag files from anywhere using a tag name or revision

   cvs rtag -r  [existing_tagnamerevision]  new_tagname project   

Tag files from anywhere using a date or time

   cvs rtag -D [datetime] tagname project   

Move a tag from within a sandbox

   cvs tag -F tagname [filenames]   

Move a tag from anywhere using a tag name or revision

   cvs rtag -r  [tagname_at_locationrevision] -F  tagname_to_move project   

Move a tag from anywhere using a date or time

   cvs rtag -D [datetime] -F tagname project   

Delete a tag from within a sandbox

   cvs tag -d tagname [filenames]   

Delete a tag from anywhere

   cvs rtag -d tagname project   

The -r [tagnamerevision] option accepts a tag name or a revision, but cannot have both tag name and revision. The -D [datetime] option accepts a date, a time, or both date and time.


   
Top


Essential CVS
Essential CVS (Essentials)
ISBN: 0596527039
EAN: 2147483647
Year: 2003
Pages: 152

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net