CVS tagging

CVS commands related to tagging

# Tag the head
cvs rtag TAP_1_0_0_5 dev/tap

# tag at a given date/time
cvs rtag -D "2012-02-02 12:09" TAP_1_0_0_4 dev/tap


Warning: if the date for a change was taken from ChangeLog (output from cvs2cl.pl), then the timestamps reported may be different from the server time. If you are not careful, the tag could be applied to the wrong (previous) version of a file.