jenkinsci / jenkinsci/subversion-plugin
[JENKINS-14157] allow to set subversion workspace version per slave
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Hi,
we have a computer lab full of mixed machines and different subversion client versions (most of them with 1.6, but also a few where we need 1.7)
currently we can't set a different workspace version. Our build-tools use internally the host subversion client. Because of the incompatibility between 1.6 and 1.7, those tools can't read the 1.6 format without upgrade, and jenkins can't read the 1.7 format if we do so.
a really nice feature would be if we could set the subversion workspace format/version for each jenkins-slave.
---
Originally reported by
flow86, imported from: allow to set subversion workspace version per slave
Raw content of original issue
Hi,
we have a computer lab full of mixed machines and different subversion client versions (most of them with 1.6, but also a few where we need 1.7)
currently we can't set a different workspace version. Our build-tools use internally the host subversion client. Because of the incompatibility between 1.6 and 1.7, those tools can't read the 1.6 format without upgrade, and jenkins can't read the 1.7 format if we do so.
a really nice feature would be if we could set the subversion workspace format/version for each jenkins-slave.
- environment:
windows/linux
Contributor guide
Assessment
This issue has not been assessed yet.