jenkinsci / jenkinsci/subversion-plugin
[JENKINS-39821] Check-out strategy "Use 'svn update' as much as possible, with 'svn revert' before update doesn't rever externals
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
When reverting before an update the externals folders are not reverted. Leaving a project with half revert and half not reverted components.
For example:
In a project structure
Main folder
+----> Component
+----> ExternalComponentsFolder
+----> Component2
+----> ExternalComponent
the Component and Component2 folders are reverted but the ExternalComponentsFolder and ExternalComponent folders are not.
Jenkins version 1.606
Subversion plugin version 2.5
---
Originally reported by iliyanlaskov, imported from: Check-out strategy "Use 'svn update' as much as possible, with 'svn revert' before update doesn't rever externals
Raw content of original issue
When reverting before an update the externals folders are not reverted. Leaving a project with half revert and half not reverted components.
For example:
In a project structure
Main folder
+----> Component
+----> ExternalComponentsFolder
+----> Component2
+----> ExternalComponentthe Component and Component2 folders are reverted but the ExternalComponentsFolder and ExternalComponent folders are not.
Jenkins version 1.606
Subversion plugin version 2.5
Contributor guide
Assessment
This issue has not been assessed yet.