Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse Mac - CVS + SSH problems
Eclipse Mac - CVS + SSH problems [message #13314] Sun, 04 May 2003 23:28
Eclipse UserFriend
I'm trying to use cvs ssh on Eclipse 2.1 Mac 10.2.5.

When using ext, I get 'unknown response from server' errors.

When using extssh, the system times out trying to contact the SOCKS server
(!).

Configurations: (quotes for clarity only)
CVS (ext):
RSH = "ssh"
Params = "{host} -l {name}" or "{host}"
SERVER = "cvs"

Add location:
Host = "another-node.mysite.com"
Path = "/myproject/cvs"
User = "me" (or empty)
Password = "mypassword" (or empty)
Connection type = ext or extssh

I'm running ssh-agent, but this should be ignored if I use name and
password.

Note that CVS from the command line works fine:
$ CVS_RSH=ssh cvs -d another-node.mysite.com:/myproject/cvs co module

I don't understand why 'ext' isn't working. I particularly don't
understand why extssh is is talking to the SOCKS proxy - perhaps it's
ignoring the 'no proxy for mysite.com' in my preferences.

Does anyone have any suggestions? Other people in my site have it working
fine on Win 2k boxes.
Previous Topic:[ANN] release 1.0.9 of metrics plugin is now ready
Next Topic:Beanshell integration?
Goto Forum:
  


Current Time: Sat Jun 07 04:49:15 EDT 2025

Powered by FUDForum. Page generated in 0.02888 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top