Re: commiting a sticky file

Spiro Trikaliotis <[email protected]>
Newsgroups gmane.comp.version-control.cvs.general
Message-ID <[email protected]>
Hello,

* On Fri, Jul 24, 2009 at 12:01:12PM -0700 sparkylee wrote:
 
> i guess this is a dumb question but i'll be danged if i can find the
> answer.
> 
> i have a main trunk and want to create a branch.  i do it, and check
> out the branch. now all the files are sticky. i can't commit them.  i
> want to edit and commit to the branch.

Can you give the exact commands you are using?

When you create a branch and update your sandbox to point there, all
files get a sticky tag, that's right. However, it should be the sticky
tag of a branch - thus, you can commit there.

However, if the tag is no branch tag, you cannot commit. Thus, I assume
you are giving wrong commands.

An example how it works (from inside of the sandbox):

$ cvs tag -r TAG_FROM_WHICH_YOU_WANT_TO_BRANCH  -b BRANCH_TAG
$ cvs up -r BRANCH_TAG

HTH,
Spiro.

-- 
Spiro R. Trikaliotis                              http://opencbm.sf.net/
http://www.trikaliotis.net/                     http://www.viceteam.org/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.