Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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: extssh

update: I found some info on SourceForge website

cvs -d:pserver:anonymous@testjavaproj.cvs.sourceforge.net:/cvsroot/testjavaproj login
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/testjavaproj

However, 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 !

share|improve this question
Are you getting any error messages when you try to connect? – Kevin Stembridge Feb 4 '11 at 23:20
I have update the post with error message – newprint Feb 5 '11 at 0:24

2 Answers

up vote 0 down vote accepted

SourceForge CVS services are down. See Site Status.

share|improve this answer

Try with host: testjavaproj.svn.sourceforge.net
and repository path: /cvsroot/testjavaproj

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.