rtag -- CVS---Concurrent Versions System
Next: status
Prev: remove
Up: Invoking CVS
Top: Top
rtag---Add a tag to the RCS file
- rtag [-falnR] [-b] [-d] [-r tag | -Ddate] symbolic_tag modules...
- Requires: repository.
- Changes: repository.
- Synonym: rfreeze
You can use this command to assign symbolic tags to
particular, explicitly specified source revisions in
the repository. rtag works directly on the
repository contents (and requires no prior checkout).
Use tag instead (see tag), to base the
selection of revisions on the contents of your
working directory.
If you attempt to use a tag name that already exists,
cvs will complain and not overwrite that tag. Use
the `-F' option to force the new tag value.
Menu
- rtag options
- rtag options
Next: status
Prev: remove
Up: Invoking CVS
Top: Top