Has anybody encountered this problem when downloading the source code via cvs
cvs -d :pserver:anonymous:@alien.ssl.berkeley.edu:/home/cvs/cvsroot checkout boinc
cvs [checkout aborted]: end of file from server (consult above messages if any)
I've googled for a solution, tried the suggested solution with no avail.
set my CVS_RSH=/bin/ssh as most solution I've gathered from the web but it did help me.
Please help.
Copyright © 2024 Einstein@Home. All rights reserved.
cvs access
)
Try it again, maybe it was a temporary glitch. I just tried the command you used and it works fine on my Linux system. Thats without setting CVS_RSH (I don't have a CVS server on this Linux machine).
[EDIT] Just a thought - cvs will create a "boinc" directory in the current directory, you don't already have a file with the same name, right? And you do have write permission to the directory, right?
First time I downloaded the source it conflicted with the boinc program already there. So I created a "source" directory and make it the current directory before running cvs.
Walt
RE: RE: Try it again,
)