Hi everyone,

I'm using CVS server on linux RedHat 6.2 and use client WinCVS to work with
it.
For my daily build, I use a batch file on my client station to checkout
sources and then build them. This seems to work well, but sometimes during
the checkout of the files, my client is stopped and the server give the
following message :
    inside kernel:eth0 something wicked happened ! 2008

To make my checkout, I use the cvs.exe provided by wincvs, you can find my
checkout.bat below.
 Any idea of the problem cause would be appreciated,

Thanks,
Kriss
----------------------------------------------------------------------------
----

set HOME=P:\build
set CVSROOT=:pserver:[EMAIL PROTECTED]:/CVS
set PATH="C:\Program Files\WinCvs 1.1\";

P:
deltree /y P:\src
cd \
cvs.Exe checkout -P src >> P:\logfiles\cvsco.log
cd build

Reply via email to