jenkinsci / jenkinsci/subversion-plugin
[JENKINS-19714] Make SVN checkout version a less global setting
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Currently it seems that SVN checkout version can be only set as part of the global settings, however when more than one nodes are being used, the build slaves can end up using different SVN versions quite easily (personally I'm suffering from the SVN 1.6 <-> 1.7 incompatibilities), so it is possible to actually check out in 1.7 format on a slave, where locally only 1.6 is available and then build scripts are failing to execute SVN commands (i.e. through Makefiles). It should be possible to either set checkout version on a slave basis, or maybe even per build job.
---
Originally reported by
aldaris, imported from: Make SVN checkout version a less global setting
aldaris
Raw content of original issue
Currently it seems that SVN checkout version can be only set as part of the global settings, however when more than one nodes are being used, the build slaves can end up using different SVN versions quite easily (personally I'm suffering from the SVN 1.6 <-> 1.7 incompatibilities), so it is possible to actually check out in 1.7 format on a slave, where locally only 1.6 is available and then build scripts are failing to execute SVN commands (i.e. through Makefiles). It should be possible to either set checkout version on a slave basis, or maybe even per build job.
Contributor guide
Assessment
This issue has not been assessed yet.