jenkinsci / jenkinsci/subversion-plugin
[JENKINS-19223] Wrong timestamps for reverted files on update
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
When a reverted file is committed to svn, the updated Jenkins workspace will get the timestamp from the original file instead of the update time. This is a known issue in SVNKit and has already been fixed, see details at: http://issues.tmatesoft.com/issue/SVNKIT-322
The SVNKit version 1.7.6 that the subversion plugin is using is still affected by this bug. Because this is a major issue for any incremental build system that uses timestamps (and because I just spend a lot of time debugging this problem) I decided to duplicate the issue here.
---
Originally reported by
tribe_tiki, imported from: Wrong timestamps for reverted files on update
Raw content of original issue
When a reverted file is committed to svn, the updated Jenkins workspace will get the timestamp from the original file instead of the update time. This is a known issue in SVNKit and has already been fixed, see details at: http://issues.tmatesoft.com/issue/SVNKIT-322
The SVNKit version 1.7.6 that the subversion plugin is using is still affected by this bug. Because this is a major issue for any incremental build system that uses timestamps (and because I just spend a lot of time debugging this problem) I decided to duplicate the issue here.
- environment:
Reproduced on Mac OSX, Linux and Windows slaves
Contributor guide
Assessment
This issue has not been assessed yet.