[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

subclipse over ssh

From: Bradley Wagner <bradley.wagner_at_gmail.com>
Date: 2005-08-25 17:58:10 CEST

This has been kind of ongoing saga that may be resolved with later
versions of subclipse.
I took the advice here: http://subclipse.tigris.org/servlets/ReadMsg?
list=users&msgNo=3334
And was able to get it to work from the command line.

I typed the following command:
svn list svn+ssh://user@host/path/to/repos

with the following line in my SVN config file:
ssh = "C:/Program Files/TortoiseSVN/bin/TortoisePlink.exe" -2 -i C:/
path/to/key

and this works fine from the command line.

However, when I try to setup a location in Eclipse with the following
URL:
svn+ssh://host/path/to/repos
and the correct username, it hangs indefinitely. It seems like the
username is not passed as part of the connection URL. The only way
I've been able to resolve this is by including the username in the
repository url string instead svn+ssh://user@host/path/to/repos even
in Eclipse.

Furthermore, when I take out the private key file from the config
file and attempt to enter the password into the repository location
dialog box, TortoisePlink prompts me for a password every single
time. It doesn't look like the password is passed along to the ssh
client either.

Any ideas on this?

Bradley
Received on Fri Aug 26 01:58:10 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.