Sparse checkouts and svn:externals
Posted
by
JesperE
on Stack Overflow
See other posts from Stack Overflow
or by JesperE
Published on 2009-10-07T09:43:31Z
Indexed on
2012/10/11
9:38 UTC
Read the original article
Hit count: 204
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?
© Stack Overflow or respective owner