Tutorials
The tag Command
The tag command enables you to specify a tag name to a revision made to a file or a project. A tag bookmarks the state of a project at the time it was assigned to the project. When used with the –b command option, it creates branches in the repository.

For example, to create a new branch with the new_branch tag in the repository module, my_project, the syntax is:
$ cvs tag –b new_branch my_project

You can delete a tag using the –d command option. Using the –c command option, you can check if a current working file has changed, but a commit has not been invoked. CVS exits with an error and tags are not created.
CVS
CVS Release
CVS Log
CVS Update
CVS init
CVS commit
CVS add
CVS remove
CVS edit
CVS Rdiff
CVS Export
CVS History
CVS import
CVS Login
CVS Logout
CVS Annotate
CVS Tag
CVS Status
CVS watch
CVS watchers
CVS editors
CVS Rtag
CVS checkout
CVS diff