jenkinsci / jenkinsci/subversion-plugin
[JENKINS-5298] Consistent checkout version across svn modules, including with externals
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Consider a job that asks for several subversion modules from the same repo. If the svn server is pokey, or some of them are big, or both, it's possible to get 'skewed' – to get different revs of different modules. It would be handy if the svn support would notice, or could be told, that a set of modules are from one server, and that a consistent rev is desirable.
It would also be helpful if a directory with externals is used to pull in a set of modules if the same consistency treatment could be arranged.
---
Originally reported by
bimargulies, imported from: Consistent checkout version across svn modules, including with externals
Raw content of original issue
Consider a job that asks for several subversion modules from the same repo. If the svn server is pokey, or some of them are big, or both, it's possible to get 'skewed' – to get different revs of different modules. It would be handy if the svn support would notice, or could be told, that a set of modules are from one server, and that a consistent rev is desirable.
It would also be helpful if a directory with externals is used to pull in a set of modules if the same consistency treatment could be arranged.
Contributor guide
Assessment
This issue has not been assessed yet.