|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

For me the problem also occurred after upgrading from 2.4.5 to 2.5 and I also returned to 2.4.5 to fix it.
Our subversion client is version 1.7 and I had set the working copy format to 1.7 in the Jenkins configuration. Obviously this setting is ignored and the working copy format is always 1.8 when checking out a fresh working copy.
The error did not occur when building existing projects with SVN strategy set to update. It only occurred for new projects and after cleaning the workspace of an existing project.
The error did also not occur when checking out manually into the workspace of a job and then using SVN update when building the job.