Page 1 of 1

Anonymous CVS problems

Posted: Sat Oct 23, 2004 18:00
by mwstrom
Anyone else having problems downloading the code from sourceforge? I am using this server/dir with my cvs client:

cvs.sourceforge.net:/cvsroot/crazyedsgui

If I use my sourceforge cvs logon I get the following error:

/cvsroot/crazyedgui/CVSROOT not found.

I've used cvs before so its not new to me, and I've tried both tortisecvs and wincvs. Thanks in advance.

--Mark

Anonymous CVS problems

Posted: Sat Oct 23, 2004 18:26
by CrazyEddie
Hi Mark,

There's a couple of things thay may be the cause of the problem...

The project name is 'crayzedsgui' rather than 'crazyedsgui'; the y and the z are switched.

Also, you must use anonymous access rather than logging in with your sourceforge account (only project devs need to do that).

So your whole server and directory line should be as follows:
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/crayzedsgui

and you'll most likely want the module: cegui_mk2

HTH

CE.

Anonymous CVS problems

Posted: Sat Oct 23, 2004 19:36
by mwstrom
Switching the y and z did the trick :)[/quote]