June 2003
Intermediate to advanced
336 pages
9h 49m
English
Tag files from within a sandbox
cvs tag tagname [filenames]Tag files from anywhere using a tag name or revision
cvs rtag -r [existing_tagname|revision] new_tagname projectTag files from anywhere using a date or time
cvs rtag -D [date|time] tagname projectMove 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_location|revision] -F tagname_to_move projectMove a tag from anywhere using a date or time
cvs rtag -D [date|time] -F tagname projectDelete a tag from within a sandbox
cvs tag -d tagname [filenames]Delete a tag from anywhere
cvs rtag -d tagname projectThe -r [tagname|revision] option accepts a tag name or a revision, but cannot have both tag name and revision. The -D [date|time] option accepts a date, a time, or both date and time.
Read now
Unlock full access