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?


不。Subversion只会在您对svn:externals属性设置的目录进行递归检出时才会拉外部。

链接地址: http://www.djcxy.com/p/43506.html

上一篇: 我如何输入提示反射警告?

下一篇: 稀疏结帐和svn:外部