Around about 21/06/12 00:36, phil swenson typed ...
I am setting up a new jenkins server and am running into a problem.
when synching my svn repo I get this error on the externals:

Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: No
credential to try. Authentication failed

  What exactly are you doing?

I had a similar issue on our server when using websvn+https with a repo that has externals. The access to the repo. was authenticated as normal from the client, but websvn then uses the command line on the server to do some things (like deliver ZIPs) and *that* was failing when trying to check out externals (access to the repo itself is direct via file:, but the externals were being fetched “properly” with https: URLs).

I had to add access (and include certificate acceptance) to the server's user.

  Or it was something along those lines, it was a while ago.

--
[neil@fnx ~]# rm -f .signature
[neil@fnx ~]# ls -l .signature
ls: .signature: No such file or directory
[neil@fnx ~]# exit


Reply via email to