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

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

From: Alexander Kitaev <alex_at_tmate.org>
Date: 2006-07-17 18:09:02 CEST

Hello Jens,

Please try to do the following:

- Delete Eclipse keyring file - it is the file that JavaSVN uses to store
credential information and it is located at
ECLIPSE_HOME/configuration/org.eclipse.core.runtime directory, then restart
Eclipse and you'll be reprompted on your private key file.

- Try using URL without user name speicified in it, but instead put the
following line into ECLIPSE_HOME/configuration/config.ini file:

javasvn.ssh.author=desiredUserName

- Try using Subclipse 1.1.x version. It will not only prompt you for a
private key, but also for a user name to use for commits which could differ
from the ssh login name.

Alexander Kitaev.

> -----Original Message-----
> From: Jens Seidel [mailto:jensseidel@users.sf.net]
> Sent: Monday, July 17, 2006 12:37 PM
> To: users@subclipse.tigris.org
> Subject: [Subclipse-users] No SSH key dialog appears using JavaSVN
>
> 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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Mon Jul 17 18:09:21 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.