info-cvs
[Top][All Lists]
Advanced

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

Re: Work from a tagged version


From: Spiro Trikaliotis
Subject: Re: Work from a tagged version
Date: Sat, 21 Mar 2009 09:17:19 +0100
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Hello Mikael,

* On Fri, Mar 20, 2009 at 02:29:26PM +0100 Mikael Petterson wrote:
 
>    What happens if I set my source to a TAGGED version and start modifing
>    my files. Will a branch be created that I need to merge into the HEAD?

There will be no branch generated automatically. If you have a tagged
version, it is just a tagged version - you cannot commit anything to it,
cvs will refuse any attempt (but: see [1]). In order to be able to
commit to it, you must generate a branch yourself [2], change to this
branch [3], and then, you can commit.


[1] I am assuming here that you do not have a branch tag in mind. In
    this case, you are obviously committing to that branch. I think
    you already know this, don't you?

[2] cvs tag -b $BRANCH_TAG_NAME -r $YOUR_CURRENT_TAG_NAME

[3] cvs up -r $BRANCH_TAG_NAME

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]