That is the message you get back from CVS when you need to run 'cvs update' on the file. ie you need to merge. As Bo said, you didn't create a branch. You created a regular tag.
Yes, the error message is misleading. Sometimes with CVSNT and always with UNIX, CVS outputs a better message in this scenario. "ggo" <[EMAIL PROTECTED]> wrote in message a38vun$sjd$[EMAIL PROTECTED]">news:a38vun$sjd$[EMAIL PROTECTED]... > Hello all, > > I'm evaluating CVSNT, in order to get rid of VSS. I'm encountering a > problem: > I put a tag (TAG1) on a module, then I keep on working in my files, commit > everything. > Then I check out my module as it was at TAG1, then I modify a file > (undoc.TXT) , and when I commit it , here's what happens: > > *****CVS exited normally with code 0***** > > cvs commit -m "no message" undoc.TXT (in directory C:\DEVggo\) > cvs [commit aborted]: end of file from server (consult above messages if > any) > > *****CVS exited normally with code 1***** > > May be I have missed something, because if you do the same using branches, > it works fine. > > Thanks in advance, > Olivier > > > _______________________________________________ > Cvsnt mailing list > [EMAIL PROTECTED] > http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
