I'm trying to do a sparse checkout of a folder containing externals, but none of the externals are being checked out. This issue seems to indicate that this behavior may be by design, or at least that it isn't clear what the behavior should be. From my point of view, the obvious behavior is that externals are treated just as any other directory, and checked out following the same sparse checkout rules.

Is there a way to work around this except manually checking out the externals?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

No. Subversion only pulls the externals if you do a recursive checkout of the directory that has the svn:externals property set.

link|improve this answer
1  
That sucks. And it pretty much makes sparse checkouts unusable for me. – JesperE Oct 24 '09 at 17:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.