[cvsnt] change a tag into a branch
Boyd Meier
bmeier at acornsys.com
Fri Feb 28 19:49:25 GMT 2003
or, you can use
1) cvs rtag -b -r <tag> <branch> <module>
2) cvs co -r <branch>
If you want to make the branch have the same name, you have to do a rename
of the tag, followed by a delete of your base tag after you're done. I
wouldn't recommend that, BTW. I always find it useful to have a branchpoint
tag. We do this all the time with releases and maintenance branches.
Boyd
-----Original Message-----
From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org]On Behalf
Of Bo Berglund
Sent: Friday, February 28, 2003 1:35 PM
To: cvsnt at cvsnt.org
Subject: Re: [cvsnt] change a tag into a branch
On Fri, 28 Feb 2003 11:01:37 +0100, "Marchese Stefano"
<stefano.marchese at sinedita.it> wrote:
>... hi list,
>
>may be my question will reveal I do not understad very well the
documentation but:
>is there a way to change a tag into a branch for an entire module of files?
>
>TIA & BR
>-- Stefano
Well, what you do is this:
1. Update to the tag where you want the branch to start
2. Then create the branch here
3. Then update to the branch
Now you can start working on the branch.
Apparently you have already done step 1
/Bo
(Bo Berglund, developer in Sweden)
_______________________________________________
cvsnt mailing list
cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
More information about the cvsnt
mailing list