On 27 Feb 2006 12:32:33 -0800, "John Smith" <[EMAIL PROTECTED]> 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 _______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
