[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] cvs tag a date on branch



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