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

Re: Subclipse and ssh+svn problems

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-07-08 16:23:40 CEST

The Subclipse mailing list is users@subclipse.tigris.org.

Graham Anderson <grahama@siren.cc> wrote on 07/07/2006 09:14:18 PM:

> I am having problems connecting to my repository with svn+ssh using
> Subclipse
>
> On the command line, I CAN get to my repository with:
> svn list svn+ssh://svn@www.mysite.com/home/svn/repository/mysite/trunk
>
>
> Within Subclipse, the subverison plugin for Eclipse, I entered:
> svn+ssh://www.mysite.com/home/svn/repository
> As suggested by the Subclipse FAQ, I left out the username.

That suggestion is mainly when using the JavaSVN adapter, which you can
set in your preferences. That adapter will prompt you for your password.
The native Subversion JavaHL adapter will work the same as the command
line. So you should use the same URL. You should also probably have
ssh-agent running in order to manage any certificates or passwords as you
have no other way to enter one unless you start Eclipse from a Terminal
session, in which case any prompts from your SSH client will appear in the
terminal session.

In general, if you are using SSH, we recommend using the JavaSVN adapter.
The exception would be if you are a heavy SSH user already and have all of
the client infrasructure already setup.

See:
http://svn.collab.net/subclipse/help/index.jsp?topic=/org.tigris.subversion.subclipse.doc/html/reference/protocol.html

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 8 16:24:57 2006

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

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