Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
J. Ryan Earl wrote: > In our CVS installation, people are having problems committing multiple > files. Sometimes it'll let the first file commit, commonly it won't let > any commit. Usually the server gives no error response however I > finally got an error back from the server: It's not that unusual to commit multiple files - TortoiseCVS works the same way (although most people commit entire directories). > Error: Unknown response received from cvs server: cvsnt: rcs.cpp:4893: > char* RCS_addbranch(RCSNode*, const char*): Assertion `!fail' failed. > *** It's trying to create a branch (and failing, but that's ancient (pre-cvsnt) code and I'm not sure why it would fail) - I suspect the commit isn't the only thing that's happening there.. a commit won't create a branch. Is there any way you can get what is being sent to the server when that happens? It's not repeatable using a standard client - but a standard client could not parse the command as given anyway as it's illegal. Tony