gpt4 book ai didi

java - 使用 HTTPS 连接到 SVNKit 的 Subversion 存储库

转载 作者:太空宇宙 更新时间:2023-11-04 08:32:42 25 4
gpt4 key购买 nike

如何使用 HTTPS 连接到 SVNKit 的 Subversion 存储库?我使用之前使用 http 连接的方法:

  DAVRepositoryFactory.setup();
repository = SVNRepositoryFactory.create(SVNURL.parseURIDecoded(url));
ISVNAuthenticationManager authManager = SVNWCUtil.createDefaultAuthenticationManager(name, password);
repository.setAuthenticationManager(authManager);
repositoryRoot = repository.getRepositoryRoot(false).toString();

我明白

org.tmatesoft.svn.core.SVNAuthenticationException: svn: Authentication required for '<https://daisy.interorigins.com:443> MY repository'

最佳答案

我的解决方案:

repository = SVNRepositoryFactory.create(SVNURL.parseURIDecoded(url));
repository = SVNRepositoryFactory.create(SVNURL.parseURI**En**coded(url));
try SVNURL.parseURIEncoded(url)

关于java - 使用 HTTPS 连接到 SVNKit 的 Subversion 存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7171162/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com