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

Re: Subclipse 0.9.33 Released

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-09-13 16:35:14 CEST

Russel Winder <russel@russel.org.uk> wrote on 09/13/2005 10:29:53 AM:

> I would vote for key file and use ssh-agent. Also since ~/.ssh/id_dsa
> is a standard name perhaps this should be the default so you don't need
> to specify the key file either.

Subclipse has no involvement in the communications with your repository.
It is all handled by the library/adapter you use, we simply provide
callbacks so that the adapter can ask you questions, such as username and
password. Subversion/JavaHL will not do this for SSH, but JavaSVN will.
So we are making a custom callback that JavaSVN can use to get this SSH
information from you. Any other details are outside the realm of
Subclipse.

If you want JavaSVN to use ssh-agent then you need to ask tmate.org, who
would in turn have to go the JCraft, the makers of the SSH library they
use.

If you want standard OpenSSH features, your best bet is to use JavaHL.
Information on binary packages for Debian are available in our FAQ.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Wed Sep 14 00:35:14 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.