info-cvs
[Top][All Lists]
Advanced

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

Re: CVSNT convert tag to branch


From: Spiro Trikaliotis
Subject: Re: CVSNT convert tag to branch
Date: Fri, 29 Feb 2008 17:53:13 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello,

* On Fri, Feb 29, 2008 at 05:33:35AM -0800 address@hidden wrote:
 
> I've created a tag on my repository a few months ago. I've done
> chenges in the head branch, but would like to add some more changes in
> the tagged repository.
> 
> Is it possible to "convert" the tag into the branch?

I believe the following should work with CVSNT the same way as it does
with CVS:

I assume the old tag is "TAG". You have to "invent" a new name for the
branch tag (in my example, "BRANCHTAG"). Then do the following:

$ cvs rtag -r TAG BRANCHTAG MODULE

with "MODULE" being the name of the module in which tag is present.
Alternatively, you can also use

$ cvs tag -r TAG BRANCHTAG

inside of the sandbox. Anyhow, personally, I prefer "rtag" as you
prevent the problem that might occur if you are missing some directories
in the sandbox (in which case, the BRANCHTAG will not be set).

HTH,
   Spiro.

-- 
Spiro R. Trikaliotis                              http://opencbm.sf.net/
http://www.trikaliotis.net/                     http://www.viceteam.org/




reply via email to

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