info-cvs
[Top][All Lists]
Advanced

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

Re: Tag a branch as of date


From: Kent Henneuse
Subject: Re: Tag a branch as of date
Date: Fri, 24 Aug 2001 13:14:04 -0700

The way I have done tagging on a branch is sort of kludgy but it works.

cvs checkout -F -r <BranchName> -D <Date&Time> <module>
cd <module>
cvs tag <TagName>

Keep in mind that you better have a pretty good idea of the date and
time
stamp.  The above works fine if you have a small development team with
limited
churn in the branch but is deadly if you don't.  I also recommend the -F
to make sure you get YOU want for the tag.

   -Kent

"Greg A. Woods" wrote:
> 
> [ On Friday, August 24, 2001 at 09:34:01 (-0700), Chen, Susie wrote: ]
> > Subject: Tag a branch as of date
> >
> > I need to tag a branch upon a date.  Seems that the command "cvs rtag -r
> > branchName -D date Module" doesn't work. Anyone knows how to do it?
> 
> I'm not sure what you're trying to do, but whatever it is you're not
> doing it right.  :-)
> 
>         Usage: cvs rtag [-abdFflnR] [-r rev|-D date] tag modules...
> 
> I.e. you cannot use '-r' and '-D' together, and you must supply a 'tag'
> name as well as the module name(s)
> 
> --
>                                                         Greg A. Woods
> 
> +1 416 218-0098      VE3TCP      <address@hidden>     <address@hidden>
> Planix, Inc. <address@hidden>;   Secrets of the Weird <address@hidden>
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs



reply via email to

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