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

Re: subclipse over ssh

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-08-25 18:05:28 CEST

Bradley Wagner <bradley.wagner@gmail.com> wrote on 08/25/2005 11:58:10 AM:

> 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?

None of this is in the control of Subclipse. The information you provide
to Subclipse is just passed along to JavaHL which is in charge of the
rest. In theory, it should work the same as the CLI since they use the
same code. In this case, I doubt that JavaHL takes your username and
password and rewrites the URL for you.

I thought most people that use ssh use a key-agent like pageant to manage
their passwords and certificates for them. Perhaps that is why it does
not come up?

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Fri Aug 26 02:05:28 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.