info-cvs
[Top][All Lists]
Advanced

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

Re: Cannot add file on non-branch tag


From: Larry Jones
Subject: Re: Cannot add file on non-branch tag
Date: Fri, 5 Sep 2003 10:37:52 -0400 (EDT)

"Gurpreet Singh (SCM)" writes:
> 
> I am trying to add a file on a following specific path on a branch named
> "bname"
> Though I am able to add a file on some other location path.
> The error  is - 
> 
> cvs server: cannot add file on non-branch tag bname

That implies that "bname" is a revision tag rather than a branch tag in
at least one file in the directory.  For safety's sake, CVS considers a
tag that occurs both as a branch tag and as a revision tag to be a
revision tag.  You can use "cvs status -v" to find the culprits.  If the
tagged revision is the correct root for the branch, you can convert the
revision tag to a branch tag with "cvs tag -Fb".  Once the tags are
corrected, you'll need to re-update the working directory to the branch
so that CVS knows it's now a branch tag ("cvs up -rbname").

-Larry Jones

It's going to be a long year. -- Calvin




reply via email to

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