info-cvs
[Top][All Lists]
Advanced

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

Re: Using tags


From: Rob Helmer
Subject: Re: Using tags
Date: Fri, 23 Aug 2002 10:19:57 -0700
User-agent: Mutt/1.2.5i

Hello,


For reproducability, you may want to create a branch tag and check your changes
into that, then release a patch.

If you start using "cvs tag -F" to force tags around, you no longer have a tag 
that
corresponds to the original release.

Here is an example :

--

# we've reached 1.0

cvs tag release-1_0_0

# uh-oh, found a bug that needs to be fixed.
# first, create a 1.0 branch 

cvs update release-1_0_0
cvs tag -b release-1_0-branch

# update to branch, fix problem, check in

cvs update -r release-1_0-branch

# tag the patch release as 1.0.1
cvs tag release-1_0_1

--


On Fri, Aug 23, 2002 at 09:11:32AM -0700, Stan Berka wrote:
> Hi,
> 
> What do I do if I first assign a tag to a set of files say for the 
> production release and then I find a bug in a file, fix it and would like 
> to re-assign the tag I've set to this release of the file (take it off the 
> previous release of the file and assign to this one)?
> 
> Can CVS do it?
> 
> 
> 
> Stan Berka                 Programmer Annalyst
> Portland, OR               Pope & Talbot
> (503) 552-4315            Fax (503) 2202726
> 
> 
> 
> _______________________________________________
> 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]