jenkinsci / jenkinsci/subversion-plugin
[JENKINS-28749] Incorrect local modification being identified when svn:keywords are used on 1.8
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
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.
---
Originally reported by dan_smartstream, imported from: Incorrect local modification being identified when svn:keywords are used on 1.8
recena
Raw content of original issue
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.
environment
```
jenkins 1.583
subversion-plugin 2.5
```
Contributor guide
Assessment
This issue has not been assessed yet.