-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
jenkins 1.583
subversion-plugin 2.5
We have just upgraded jenkins from using 1.5 subversion clients to using 1.8
When jenkins checks out a project that has files using svn:keywords it is incorrectly identifying local changes. The revision number in the file is being indicated as the n-1 time the file was physically changed and not the last time.
When the project is checked out using command line svn 1.8.13 the files are checked out correctly with no local changes, so there appears to be a difference between jenkins svn and installed svn.
Appears to be fixed in svnkit: https://issues.tmatesoft.com/issue/SVNKIT-514
unfortunately no mention of version numbers there, but in their changelog:
== version 1.8.9 ==
+ Support for Subversion 1.8 ephemeral transaction properties.