jenkinsci / jenkinsci/subversion-plugin
[JENKINS-17819] The SVN local module folder should be relative to the workspace of the job rather than the root workspace
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
The help text associated with the "local module directory" field states:
Specify a local directory (relative to the workspace root) where this module is checked out. If left empty, the last path component of the URL is used as the default, just like the svn CLI. A single period (.) may be used to check out the project directly into the workspace rather than into a subdirectory.
I can't imaging a situation where one would ever want to check out a code module into a custom sub-folder that is found relative to the "workspace root" instead of the workspace folder being used for the current job.
Also, I would intuitively expect this relative path to respect any settings applied to the "custom workspace" field under the advanced project options area as well, so if specified the local module folder would be relative to whatever the custom workspace path resolves to (e.g.: whether it has an absolute or relative path).
---
Originally reported by leedega, imported from: The SVN local module folder should be relative to the workspace of the job rather than the root workspace
Raw content of original issue
The help text associated with the "local module directory" field states:
Specify a local directory (relative to the workspace root) where this module is checked out. If left empty, the last path component of the URL is used as the default, just like the svn CLI. A single period (.) may be used to check out the project directly into the workspace rather than into a subdirectory.
I can't imaging a situation where one would ever want to check out a code module into a custom sub-folder that is found relative to the "workspace root" instead of the workspace folder being used for the current job.
Also, I would intuitively expect this relative path to respect any settings applied to the "custom workspace" field under the advanced project options area as well, so if specified the local module folder would be relative to whatever the custom workspace path resolves to (e.g.: whether it has an absolute or relative path).
- environment:
Windows 7 x64
Contributor guide
Assessment
This issue has not been assessed yet.