We had the same problem (Jenkins Ver 1.477, Subversion Plugin 1.42). In our case we were able to solve the problem by increasing the "Keep-Alive" timout of the apache http server, serving the SVN repository (file httpd.conf, default value is 15 sec.)

It seems to me that the tmatesoft SVN client does not handle the cas of a connection loss correctly in org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:304). It might be a good idea to try to re-open the connection again if the http server has closed it unexpectedly.

See also http://jira.codehaus.org/browse/HAUS-2036

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to