jenkinsci / jenkinsci/subversion-plugin

[JENKINS-19714] Make SVN checkout version a less global setting

Open
#1,065 6 comments 0 reactions 0 assignees View on GitHub
component:subversion-plugin imported-jira-issue priority:major resolution:unresolved
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


  • assignee: aldaris
  • status: Reopened
  • priority: Major
  • component(s): subversion-plugin
  • resolution: Unresolved
  • votes: 4
  • watchers: 6
  • imported: 20251212-090250

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.