-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
1
-
6
-
Bamboo should be able to do partial checkout, instead of checking out the entire repository.
Bamboo does have an include/exclude feature for monitoring changes but it would be nice to ignore directories during checkout
From BAM-3665:
Many projects using Subversion avoid svn:externals and instead use sparse directories that came with svn 1.5
svn co --depth=files http://svn.example.com/software/trunk svn update trunk/my_project trunk/shared
[BAM-5839] Ability to exclude files from checkout, sparse checkouts
Support reference count | Original: 4 | New: 6 |
UIS | Original: 9 | New: 1 |
UIS | Original: 1 | New: 9 |
Remote Link | New: This issue links to "Page (Confluence)" [ 893421 ] |
UIS | Original: 9 | New: 1 |
UIS | Original: 0 | New: 9 |
UIS | Original: 1 | New: 0 |
UIS | Original: 0 | New: 1 |
Workflow | Original: JAC Suggestion Workflow [ 3016318 ] | New: JAC Suggestion Workflow 3 [ 3598574 ] |
Description |
Original:
Bamboo should be able to do partial checkout, instead of checking out the entire repository.
Bamboo does have an include/exclude feature for monitoring changes but it would be nice to ignore directories during checkout |
New:
Bamboo should be able to do partial checkout, instead of checking out the entire repository.
Bamboo does have an include/exclude feature for monitoring changes but it would be nice to ignore directories during checkout From Many projects using Subversion avoid svn:externals and instead use sparse directories that came with svn 1.5 {noformat} svn co --depth=files http://svn.example.com/software/trunk svn update trunk/my_project trunk/shared {noformat} |