PDA

View Full Version : Error getting files from cvs



robjkc
Dec 28th, 2004, 12:59 PM
I'm trying to download the latest following the instructions on sourceforge. I'm using TortoiseCVS and I belive I have everything setup correctly. I'm getting the following error:

Logging in to :pserver:anonymous@cvs.sourceforge.net:2401:/cvsroot
cvs [login aborted]: authorization failed: server cvs.sourceforge.net rejected access to /cvsroot for user anonymous

Here is my CVSROOT- :pserver:anonymous@cvs.sourceforge.net:/cvsroot
and the module I'm trying to checkout is spring-rich-c

When I change my CVSROOT to :pserver:anonymous@cvs.sourceforge.net:/cvsroot/spring-rich-c
I get the error:
cvs server: cannot find module `spring-rich-c' - ignored

When I use SmartCVS I also get the error:
cvs server: cannot find module `spring-rich-c' - ignored

Thanks for the help

robjkc
Jan 3rd, 2005, 02:39 PM
anyone? I'm new here and am anxious to get started.

Keith Donald
Jan 3rd, 2005, 06:49 PM
connection type: pserver
host: cvs.sourceforge.net
user: anonymous
repository path: /cvsroot/spring-rich-c
module name: spring-richclient

HTH!

Keith

robjkc
Jan 4th, 2005, 09:08 AM
Thanks Keith! I'm downloading source as I type. Thanks for your help.