|
I had the same issue. Reading SVN 1.9 release notes afterwards, it is mentioned in section 'Changed deltification defaults' how to keep old behaviour:
[deltification] enable-dir-deltification = false enable-props-deltification = false
I dumped my repo, created a new one, changed the settings and loaded the dump. Now Jenkins subversion-plugin is happy again and I can use SVN 1.9 client.
|