Chris Z edited a comment on Bug JENKINS-17443

Answer deleted as it don't repairs your problem. I will try to prepare fix for that.

in src/main/java/hudson/scm/subversion/CheckoutUpdater.java

+import org.tmatesoft.svn.core.SVNErrorCode;

 } catch (SVNException e) {
                    if(e.getErrorMessage().getErrorCode() == SVNErrorCode.CL_ERROR_PROCESSING_EXTERNALS){   
                        listener.getLogger().println(e.getMessage());
                        throw (IOException) new IOException().initCause(new UpdaterException("failed to perform svn checkout", e));   
                    }
                    else if(e.getErrorMessage().getErrorCode() == SVNErrorCode.RA_DAV_REQUEST_FAILED){
                        listener.getLogger().println(e.getMessage());
                        throw (IOException) new IOException().initCause(new UpdaterException("failed to perform svn checkout", e)); 
                    }

this is fast fix

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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to