1

我正在配置一个 Hudson 作业以使用 subversion 存储库(安装了 Hudson Subversion 插件 2.3.8-h-1),但是 Hudson 无法进行身份验证:

Unable to access https://user/svn/myRepository : svn: E200015: No Credentials to try. Authentication failed. (show details)
(Maybe you need to enter credential?)

Hudson 正在我的本地 Windows PC 上运行,并且该服务正在以具有管理员权限的 Windows 用户身份登录。SVN 服务器设置为使用 Windows 凭据。

如果我单击链接输入凭据,它会将我带到一个页面,以使用几种不同的方法(用户名/密码、SSH 公钥、HTTPS 客户端证书)输入 Subversion 身份验证。我选择用户名/密码,输入 Windows 凭据,单击 OK,Hudson 返回:

Authentication was successful. Information is stored in Hudson now.

回到作业配置,Hudson 仍然无法进行身份验证,给出同样的错误。

我错过了什么?

4

1 回答 1

2

我遇到了类似的问题,不知道原因。

但是,解决该问题的解决方案是:

  1. 使用 TortoiseSVN 或其他 SVN 客户端浏览 SVN repo。
  2. 然后,再试一次。

在我的机器上(Windows7 + Hudson 服务 + VisualSVN 服务器 + TortoiseSVN),它可以工作。

于 2013-05-21T01:37:25.693 回答