Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sparse checkouts and svn:externals

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?

like image 941
JesperE Avatar asked Oct 07 '09 09:10

JesperE


1 Answers

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

like image 56
Michael Hackner Avatar answered Oct 11 '22 17:10

Michael Hackner