I'm trying to get svnkit to work with subclipse. I'm on Windows 7, 64 bit, with Eclipse Indigo, JDK 1.6.
I installed subclipse 1.6.18 and svnkit 1.3.5.7406.
I add an svn repository location:
svn+ssh://my.server.com/srv/svn/repos
and tried to connect. Svnkit properly pops up a dialog asking for ssh credentials. I fill in the username, select "Use private key authentication", browse to my keyfile, enter a passphrase, and click "Save information". Hit ok.
The dialog closes and reopens with "Use password authentication" checked. No error messages, no other indication of what the problem might be.
How do I debug this?
Update: when I copied over the .keyring file from my old installation of Eclipse, which had successfully connected to the repo in the past, everything worked. Doesn't solve the problem for the future, though. My best guess is that svnkit can't write to the keyring in Indigo.