jenkinsci / jenkinsci/subversion-plugin
[JENKINS-69828] How to checkout few folders alone without checking out entire source on SVN
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
I have a source folder contains. 5 sub-folders. Like,
source
– Core
– Helper
– Extensions
– Themes
– Resources
And, I want to check-out Extensions and Themes folders alone. But, I don't want to check-out each of the folders separately. I want it like, I'll give the check-out location as svn.svnhost.com/trunk/project1/source. [Then, I'll select Extensions and Themes give a single check-out]
Expected Checkout:
source
– Extensions
– Themes
---
Originally reported by nmicheli, imported from: How to checkout few folders alone without checking out entire source on SVN
Raw content of original issue
I have a source folder contains. 5 sub-folders. Like,
source
– Core
– Helper
– Extensions
– Themes
– Resources
And, I want to check-out Extensions and Themes folders alone. But, I don't want to check-out each of the folders separately. I want it like, I'll give the check-out location as svn.svnhost.com/trunk/project1/source. [Then, I'll select Extensions and Themes give a single check-out]Expected Checkout:
source
– Extensions
– Themes
Contributor guide
Assessment
This issue has not been assessed yet.