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

[Subclipse-users] No SSH key dialog appears using JavaSVN

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: 2006-07-17 10:37:12 CEST

Hi,

I recently created a special SSH key for Subversion to connect to my
repository. But now I cannot specify this key file (no dialog pops up) and I
always get the following error for the URL svn+ssh://jens@myhost/svn-repository:

<quote>
Error validating location: "org.tigris.subversion.javahl.ClientException: svn: No"
repository found in 'svn+ssh://jens@myhost/svn-repository'"

Keep location anyway?
</quote>

It worked in the past using my standard key and stills works on the command line.

I selected JavaSVN in the preferences, since I have no JavaHL. I also
selected /home/jens/.subversion for the configuration location.

(My /home/jens/.subversion/config contains
[tunnels]
ssh = $SVN_SSH ssh -i /home/jens/.ssh/id_svn_rsa
)

Why does the error refer to "javahl" and not to JavaSVN, is this right?

I start eclipse using

/home/jens/local/usr/share/eclipse/eclipse -vmargs -Xms256m -Xmx768m
-Djavasvn.ssh2.key=/home/jens/.ssh/id_svn_rsa -Djavasvn.ssh2.username=jens
-Djava.util.logging.config.file=/home/jens/logging.properties.disabled

/home/jens/logging.properties.disabled contains according to
http://tmate.org/svn/kb/user-guide-debug-logs.html:
javasvn.level=FINE

You see I also specify the key via command line and tried to create debugging
output. Nevertheless I do not get any output in ~/.javasvn (does not exist).

I use subclipse 1.0.3, eclipse 3.2 and Linux.

PS: In the past I got the dialog but I remember another minor problem with it:
Using the URL svn+ssh://jens@myhost/svn-repository' should set the user name
to "jens" per default and not use the system user.

Any ideas?
Please CC: me.

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Mon Jul 17 10:39:27 2006

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.