[ale] cvs tag a date on branch

Robert Story rstory-l at revelstone.com
Thu Sep 1 11:10:36 EDT 2005


On Wed, 31 Aug 2005 16:26:57 -0400 lyric wrote:
LH> I am trying to place a tag at a time in history on a branch. I have
LH> tried the following:
LH> cvs rtag -r branchname -D datetotag module (says they are mutally
LH> exclusive)

You shouldn't need -r if your current directory is a local checkout of the
branch. If you don't have one, then you can do it the long way:

 cvs co -r branchname module
 cvs rtag -D ... MYTAG



More information about the Ale mailing list