Top "Sparse-checkout" questions

A working copy of version controlled code which doesn't include the whole repository.

Set Git submodule to shallow clone & sparse checkout?

Many vendor Objective-C libraries (e.g., facebook-ios-sdk) instruct you to copy a certain subset of its repo's files/dirs into …

git github clone git-submodules sparse-checkout
TortoiseSVN: Adding additional files after using SVN Checkout dialog "Only this item" option

Our department is planning on using the "SVN Checkout" option within Tortoise SVN. In that dialog, we select the "Only …

svn tortoisesvn svn-checkout sparse-checkout
Change depth in existing SVN working copy without redownloading

I have a working copy of an entire SVN repository, but I want to change it into a sparse working …

svn sparse-checkout svn-update
Git sparse checkout with exclusion

According to this thread, exclusion in Git's sparse-checkout feature is supposed to be implemented. Is it? Assume that I have …

git sparse-checkout
Exclude directory during jenkins checkout

I have 20 directories under trunk /trunk/a1 /trunk/a2 /trun/a3 .. .. /trunk/a20 How to exclude (not include) some (arbitrary …

svn build jenkins sparse-checkout