Jenkins: invalid version of SVN working copy Jenkins: invalid version of SVN working copy jenkins jenkins

Jenkins: invalid version of SVN working copy


There is an option in jenkins to tell svn which working copy format to use(manage jenkins > configure system), look for a 'Subversion Workspace Version' pulldown - it's likely set to 1.4. change it to the latest version in the list.


I wasn't able to downgrade subversion to 1.7. (due to dependencies).

Another way to fix this is add a "Pre Step / Execute Shell" with command svn upgrade respectively cd trunk; svn upgrade in the job configuration.

This works with subversion 1.8.8 on Ubuntu 14.04.