[Mono-list] Cannot commit binary files to CVS
Alexander Klyubin
klyubin@aqris.com
Fri, 31 Aug 2001 19:40:33 +0300
I can check out the whole project in under one minute. I waited for several
minutes to commit 50 KB sized binary file and in the end nothing happened
because I was tired of waiting. Also, cvs update doesn't work either, when
one of the binaries is added to the project view cvs add -kb.
I don't have Cygwin on my home machine. So, if anybody's interrested, the
only things to do in order to include NUnit into 'mcs' subproject are:
1. Add NUnitCore.dll and NUnitConsole.exe to mcs/nunit/bin (don't forget
the -kb)
2. Modify mcs/class/corlib/Test/makefile so, that NUNIT_HOME=../../../nunit.
That should be it.
Regards,
Alexander Klyubin
-----Original Message-----
From: miguel@ximian.com [mailto:miguel@ximian.com]
Sent: Friday, August 31, 2001 18:13
To: Alexander Klyubin
Subject: Re: [Mono-list] Cannot commit binary files to CVS
> Nope. Still doesn't work. It simply hangs.
Maybe it is just taking a lot of time? Can you trace the internet
connection, or use strace to see how things are moving?
Miguel.