I use Subclipse to connect to the SVN repository via svn + ssh and the private key (the server has a pair public key). SVNKit interface (Pure Java). After entering the address svn + ssh: // repository ... I will be asked to enter the credentials. I indicate the username and private key file (I did not set a passphrase so that it remains empty) and confirm. The window appears again, and it continues indefinitely. No console message provided.
Note 1: The mark “Save information” does not seem to have an effect. If there is a cache that I have to delete, this may help. I already deleted the keyring file in eclipse.
Note 2: I was not sure that the private key should be in SSH2 or OpenSSH formats, but I tried both options, and there is no difference.
Note 3: I cannot find the org.tmatesoft.svn folder under the plugins in eclipse. I installed SVNKit from the eclipse update site http://eclipse.svnkit.com/1.7.x .
Technical specifications: Windows 7 64 bit, eclipse 4.2.1 64 bit, Subheading 1.8.16, Client adapter Subversion 1.8.3, Client adapter SVNKit 1.7.5.1.
If there is any other information or a log file that I must provide, I would be happy to do so.
source share