我正在编写SVN代码,这个方法已被弃用,但是我看到api文档,对我没有推荐,是否有更好的API使用?
不推荐使用SVNWCUtil.createDefaultAuthenticationManager
答案 0 :(得分:0)
我遇到了同样的问题,但我查看了项目的源代码,发现还有另一种方法接受密码作为char []。
然后你可以使用:
authMgr = SVNWCUtil.createDefaultAuthenticationManager(name, password.toCharArray());
答案 1 :(得分:0)
您只需要将第二个参数从String更改为Char []