1

I'm configuring a Hudson job to use subversion repository (installed the Hudson Subversion Plug-in 2.3.8-h-1), however Hudson is unable to authenticate:

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

Hudson is running on my local Windows PC and the service is logging in as it's own windows user with admin rights. The SVN server is set-up to use windows credentials.

If I click on the link to enter credentials it takes me to a page to enter Subversion Authentication with a few different methods (username/password, SSH public key, HTTPS client certificate). I choose username/password, enter the windows credentials, click OK and Hudson returns:

Authentication was successful. Information is stored in Hudson now.

Go back to the job configuration and Hudson is still unable to authenticate, giving the same error.

What am I missing?

4

1 に答える 1

2

私は同様の問題に遭遇し、理由がわかりません。

ただし、問題を解決するための解決策は次のとおりです。

  1. TortoiseSVN またはその他の SVN クライアントを使用して、SVN リポジトリを参照します。
  2. その後、もう一度やり直してください。

私のマシン (Windows7 + Hudson サービス + VisualSVN サーバー + TortoiseSVN) では、動作します。

于 2013-05-21T01:37:25.693 に答える