jenkinsci / jenkinsci/subversion-plugin
[JENKINS-25688] Check-out Strategy "Emulate clean checkout by first deleting unversioned/ignored files, then 'svn update'" does not update all files
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
some files (in my case xml-files) do not reflect the modification committed in the SVN. they stay on the old version in the checkout-directory of the job's workspace.
the attached log shows:
- deleting bin-dir's of checkout out projects.
- shows correct the files that need to be updated.
but the update does not happen on the filesystem.
---
Originally reported by
andiy, imported from: Check-out Strategy "Emulate clean checkout by first deleting unversioned/ignored files, then 'svn update'" does not update all files
Raw content of original issue
some files (in my case xml-files) do not reflect the modification committed in the SVN. they stay on the old version in the checkout-directory of the job's workspace.
the attached log shows:
- deleting bin-dir's of checkout out projects.
- shows correct the files that need to be updated.
but the update does not happen on the filesystem.
environment
```
Jenkins v.1.590
subversion-plugin v.2.4.5
Linux 2.6.32-431.20.5.el6.x86_64 #1 SMP Fri Jul 25 08:34:44 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
CentOS release 6.5 (Final)
Safari 8.0
Sun Java SE DK 6u45
```
1 attachment
- [Jenkins_SimulateUpdate_IssueWithXml.rtf](https://issues.jenkins.io/secure/attachment/28034/Jenkins_SimulateUpdate_IssueWithXml.rtf)
Contributor guide
Assessment
This issue has not been assessed yet.