I am new to SourceForge and CVS in general. Having some difficulties setting up Eclipse to connect to SoureForge CVS.
I have created project on http://testjavaproj.sourceforge.net, enabled(added) CVS option in SourceForge, have SSH/shell privileges.
In Eclipse added CVS repository with the following information
HOST: cvs.sourceforge.net Repository Path: /cvsroot/Test_Java_project Connection Type: extsshupdate: I found some info on SourceForge website
cvs -d:pserver:anonymous@testjavaproj.cvs.sourceforge.net:/cvsroot/testjavaproj l开发者_Go百科ogin
cvs -z3 -d:pserver:anonymous@testjavaproj.cvs.sourceforge.net:/cvsroot/testjavaproj co -P modulename
Tried to log-in using: Host: testjavaproj.cvs.sourceforge.net
Repository Path:/cvsroot/testjavaprojHowever, I am still getting the error message:
Error fetching resource list from repository. Reason: Could not connect to :extssh:differential@testjavaproj.cvs.sourceforge.net:/cvsroot/testjavaproj: CVS communication error: org.eclipse.team.internal.ccvs.ssh2.CVSSSH2ServerConnection$SSH2IOException: Connection refused: connect
Thanks !
SourceForge CVS services are down. See Site Status.
Try with host: testjavaproj.svn.sourceforge.net
and repository path: /cvsroot/testjavaproj
精彩评论