Alright, it's getting somewhere. I added the required jar and now when I run
the code I get the console message:

org.tmatesoft.svn.core.SVNAuthenticationException: svn: E170001:
Authentication required for 'svn+ssh://servername'
        at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.authenticationFailed(SVNErrorManager.java:47)
        at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.authenticationFailed(SVNErrorManager.java:41)
        at
org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.getNextAuthentication(DefaultSVNAuthenticationManager.java:218)
        at
org.tmatesoft.svn.core.internal.io.svn.SVNSSHConnector.open(SVNSSHConnector.java:147)
        at
org.tmatesoft.svn.core.internal.io.svn.SVNConnection.open(SVNConnection.java:77)
        at
org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.openConnection(SVNRepositoryImpl.java:1252)
        at
org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.testConnection(SVNRepositoryImpl.java:95)
        at svn.Access.main(Access.java:35)

------

I provided the authentication info (username, private key) in the
authentication manager as can be seen in the code. Now what?



--
View this message in context: 
http://subversion.1072662.n5.nabble.com/Subclipse-SVNKit-keeps-asking-for-credentials-when-connecting-through-svn-ssh-tp175567p175677.html
Sent from the SVNKit - Users mailing list archive at Nabble.com.

Reply via email to