Can anyone suggest how to fix two problems?
- Unable to update Jenkins plugin and SVN
- Unable to connect to svn
I am configuring Jenkins on a 64bit Windows machine. It is configured to run as a Windows service.
We run this on 64-bit Windows 7
Jenkins 1.482
I can perform SVN update / verification from my user account on the machine.
When I try to set up a task on jenkins, I get the following when trying to add svn credentials
FAILED: org.tmatesoft.svn.core.SVNErrorMessage: svn: OPTIONS /svn/client/trunk failed
More details:
FAILED: org.tmatesoft.svn.core.SVNErrorMessage: svn: OPTIONS /svn/client/trunk failed org.tmatesoft.svn.core.SVNException: svn: OPTIONS /svn/client/trunk failed at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:298) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:283) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:271) at ...
I stopped the service and started Jenkins from the command line and tried the same thing - with the same result.
I can connect to the svn server with the turtle client and through firefox with the same credentials.
In researching a problem, I saw several reports of similar problems, and the only one that seems to claim to fix it goes back to the Jenkins svn plugin version.
Then I tried installing the latest jenkins and Plugin for svn. Download failed. Yeah, I thought, obviously, a problem with the firewall. Therefore, I will disable the firewall.
Still no good. I cannot automatically download or get a new Jenkins or SVN plugin.