[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] cvs tag a date on branch
- Subject: [ale] cvs tag a date on branch
- From: rstory-l at revelstone.com (Robert Story)
- Date: Thu, 1 Sep 2005 11:10:36 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
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