Robin Lunceford writes: > > cvs [commit aborted]: end of file from server > > What does this message mean, and how can I fix it so I > can commit my file?
It means that the server has unexpectedly closed the connection to the client. In most cases, that means the server has encountered a serious error that it was unable to communicate to the client, it may even have crashed. If your server isn't running the latest release of CVS (1.11.1p1), you should upgrade it and see if it fixes the problem or at least gives you a better error message. Otherwise, I'm afraid you'll have to become familiar with a debugger (or find someone who is) and track the problem down yourself -- these kinds of problems really can't be diagnosed remotely. -Larry Jones TIME?! I just finished the first problem! -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
