Hello, Looks like we've found why the problem happens, please have a look at this thread:
http://subversion.1072662.n5.nabble.com/SVNKit-within-Eclipse-not-storing-passwords-tp175926p176064.html If this solution doesn't work for you, please comment to that thread. -- Dmitry Pavlenko, TMate Software, http://subgit.com/ - git-svn bridge > 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(SVN > ErrorManager.java:47) at > org.tmatesoft.svn.core.internal.wc.SVNErrorManager.authenticationFailed(SVN > ErrorManager.java:41) at > org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.getNextA > uthentication(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.jav > a:77) at > org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.openConnection(SVN > RepositoryImpl.java:1252) at > org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.testConnection(SVN > RepositoryImpl.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.