jenkinsci / jenkinsci/subversion-plugin

[JENKINS-18413] Exclusion option to avoid the checkout of subdirectories within a needed repository url

Open
#1,036 0 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

Hi, i was looking for an option, to skip checking out certain unneeded, and space consuming subfolders of an otherwise needed svn repository folder.

example url: http://svn.something.com/big-project/

from here i need the root folder's files,

but don't need http://svn.something.com/big-project/big_oracle_schamas/

they are still needed in the svn repository, but the build doesn't need to check them out. This problem focuses on the disk space, not the triggering of a build. Actually i don't really care if change under the excluded folder triggers a build or not, the important thing is not to check it out, and reserve space in the jenkins slave's workspace

if there is a feature, or option to set it up, and i just didn't found it, please give me a hint about them

---
Originally reported by attila_pados, imported from: Exclusion option to avoid the checkout of subdirectories within a needed repository url


  • status: Open
  • priority: Major
  • component(s): subversion-plugin
  • label(s): checkout, disk, exclude, folders, space, subversion
  • resolution: Unresolved
  • votes: 1
  • watchers: 1
  • imported: 20251212-090250

Raw content of original issue

Hi, i was looking for an option, to skip checking out certain unneeded, and space consuming subfolders of an otherwise needed svn repository folder.

example url: http://svn.something.com/big-project/

from here i need the root folder's files,
but don't need http://svn.something.com/big-project/big_oracle_schamas/
they are still needed in the svn repository, but the build doesn't need to check them out. This problem focuses on the disk space, not the triggering of a build. Actually i don't really care if change under the excluded folder triggers a build or not, the important thing is not to check it out, and reserve space in the jenkins slave's workspace

if there is a feature, or option to set it up, and i just didn't found it, please give me a hint about them

  • environment: linux Os

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.