[Mono-list] Cannot commit binary files to CVS

Alexander Klyubin klyubin@aqris.com
Fri, 31 Aug 2001 15:14:25 +0200


Hi!

I'm trying to add NUnitCore.dll and NUnitConsole.exe under mcs/nunit/bin.
I go to mcs/nunit/bin.

I Execute:
> cvs update -d
? NUnitCore.dll
cvs server: Updating .

Then I execute:
  cvs add -kb NUnitCore.dll NUnitConsole.exe
It succeeds. CVS/Entries files contains:
"
/NUnitCore.dll/0/dummy timestamp/-kb/
D

"

> cvs -z3 -m "New file"
Simply hangs.

> cvs -z3 update -d
cvs server: inflate: invalid bit length repeat
cvs server: inflate: invalid bit length repeat
cvs server: shutting down buffer from client: Input/output error
cvs [update aborted]: end of file from server (consult above messages if
any)

> cvs update -d
Simply hangs.

CVS command for any other files work properly. No problems so far.

Any ideas why this is so and how to fix it?

Alexander Klyubin