info-cvs
[Top][All Lists]
Advanced

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

Re: Adding a Tag After the Fact


From: Dennis Jones
Subject: Re: Adding a Tag After the Fact
Date: Wed, 06 Feb 2008 16:40:03 GMT

"Jake Colman" <address@hidden> wrote in message 
news:address@hidden
>
> We forgot to tag our release branch after the last two minor releases.  I 
> now
> need to rebuild the release prior to this.  So, for example, our branch 
> was
> tagged with XXX_5_1_RELEASE but was not tagged with XXX_5_1_1_RELEASE and
> XXX_5_1_2_RELEASE.  If I know the dates that 5.1.1 and 5.1.2 were 
> released,
> how can I add those missing tags to the branch.
>
> TIA!

I won't be so rude as to suggest that you RTFM, but it couldn't hurt...

If you had just asked CVS how to do it (cvs -H tag), it would have told you 
the following (and you wouldn't even have to RTFM!):

cvs tag [-D date] tag [files...]

and/or for a branch tag:

cvs tag -b [-D date] tag [files...]

- Dennis 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]