jenkinsci / jenkinsci/subversion-plugin

[JENKINS-43191] Unable to exclude "tags" directories in a nested subversion tree

Open
#1,415 1 comment 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

We have a nested subversion structure

iccApps

      project1

             trunk

             tags

      project2

              trunk

              tags

     project3 ......

 

I have a groovy script that only needs to process the files under trunk, so I do not want the tags directory and its childen checked out.

 

I have tried 


Excluded Regions = */tags/*

but to no avail

tags/.* does not work either.

 

 

 

 

 

---
Originally reported by simonherbert69, imported from: Unable to exclude "tags" directories in a nested subversion tree


  • status: Open
  • priority: Major
  • component(s): subversion-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 2
  • imported: 20251212-090250

Raw content of original issue

We have a nested subversion structure

iccApps

      project1

             trunk

             tags

      project2

              trunk

              tags

     project3 ......

 

I have a groovy script that only needs to process the files under trunk, so I do not want the tags directory and its childen checked out.

 

I have tried 


Excluded Regions = */tags/*

but to no avail

tags/.* does not work either.

 

 

 

 

 

  • environment: local jenkins installation - Jenkins ver. 2.32.1

1 attachment

- [image-2017-03-29-16-14-51-041.png](https://issues.jenkins.io/secure/attachment/36816/image-2017-03-29-16-14-51-041.png)
> ![image-2017-03-29-16-14-51-041.png](https://issues.jenkins.io/secure/attachment/36816/image-2017-03-29-16-14-51-041.png)

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.