jenkinsci / jenkinsci/subversion-plugin
[JENKINS-33997] SVN "Emulate clean checkout" strategy doesn't revert property changes
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
I'm doing a sync merge as a part of my build (without commit). svn:mergeinfo properties are gets modified in the workspace. Running the same build once again makes SVN to report the merge as completed without actually affecting files.
It would be nice to have a checkout strategy like "Emulate clean checkout" that reverts property changes as well as file changes.
---
Originally reported by alecz, imported from: SVN "Emulate clean checkout" strategy doesn't revert property changes
Raw content of original issue
I'm doing a sync merge as a part of my build (without commit). svn:mergeinfo properties are gets modified in the workspace. Running the same build once again makes SVN to report the merge as completed without actually affecting files.
It would be nice to have a checkout strategy like "Emulate clean checkout" that reverts property changes as well as file changes.
Contributor guide
Assessment
This issue has not been assessed yet.