views:

139

answers:

1

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?

A: 

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

Michael Hackner
That sucks. And it pretty much makes sparse checkouts unusable for me.
JesperE