[cvsnt] Re: Error committing multiple files into CVSNT

Tony Hoyle tony.hoyle at march-hare.com
Wed Oct 12 23:31:27 BST 2005


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



More information about the cvsnt mailing list