info-cvs
[Top][All Lists]
Advanced

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

Re: Moving Release to Branch


From: Jim Hyslop
Subject: Re: Moving Release to Branch
Date: Mon, 29 Aug 2005 09:27:51 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

address@hidden wrote:
Hello,

I can't seem to find any documentation on this.  I finished an
application and tagged the files as a release but didn't create a
branch.  Now, I can't check in any new changes to the checked out
files.  The error message just says:


cvs commit ParseLog.java

cvs server: sticky tag `rel_1_1' for file `ParseLog.java' is not a
branch cvs [server aborted]: correct above errors first!

Do you want to check this code in on a branch? If no, then clear the sticky tag by issuing the command "cvs update -A". If yes, then create a branch by using tag's -b option, "cvs tag -b rel_1_1_branch", then "cvs update -r rel_1_1_branch".

--
Jim





reply via email to

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