I can`t connect to Subversion repository with SVNKit using HTTPS? I use the approach that worked earlier with http connection:
DAVRepositoryFactory.setup(); repository = SVNRepositoryFactory.create(SVNURL.parseURIDecoded(url)); ISVNAuthenticationManager authManager = SVNWCUtil.createDefaultAuthenticationManager(name, password); repository.setAuthenticationManager(authManager); repositoryRoot = repository.getRepositoryRoot(false).toString(); I get the org.tmatesoft.svn.core.SVNAuthenticationException: svn: Authentication required for '<https://daisy.interorigins.com:443> MY repository' Log is attached. http://old.nabble.com/file/p32362096/log.txt log.txt -- View this message in context: http://old.nabble.com/One-more-HTTPS-authentication-issue.-tp32362096p32362096.html Sent from the SVNKit - Users mailing list archive at Nabble.com.
