info-cvs
[Top][All Lists]
Advanced

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

Re: sticky tag not a branch


From: Cloud Burst
Subject: Re: sticky tag not a branch
Date: Mon, 27 Feb 2006 21:38:56 -0800

On 27 Feb 2006 12:32:33 -0800, "John Smith" <address@hidden> wrote:

>on the command line, I typed:
>cvs commit filename.sh
>
>After editing the cvs log and attempted to save it (i.e. :wq), I got:
>
>cvs commit: warning: editor session failed
>cvs commit: sticky tag `1.2' for file `filename.sh' is not a branch
>cvs [commit aborted]: correct above errors first!
>cvs commit: saving log message in /tmp/cvswgaa3s
>
>what caused the error?
>how to resolve this error?

This means you did a "cvs up -r1.2 filename.sh" at some time in the past
and probably forgot you did that.  You need to rename filename.sh (or
make a backup of it somehow) and refresh it with "cvs up -A filename.sh"
(assuming you want the trunk).  Then make your changes again, or just
copy your backup on top of the new filename.sh, and then commit. 

RR


reply via email to

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