[EMAIL PROTECTED] 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



_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to