What is the effect of “Make depth sticky” in subversion?

浪子不回头ぞ 提交于 2019-12-03 10:24:36

When the depth is sticky, you'll will update with the same settings each time you update. If the depth isn't sticky, next time you update you will revert back to the former setting, pottentially downloading everything recursively (that is maybe a lot of data).

EDIT:

It seems that "fully recursive" is currently broken. I need to test more, but the latest version seems to have the problem.

To achieve the effect you want you probably want to use the "Choose items..." dialog and check everything out, then use "Exclude" to avoid bringing in changes for folders you don't want.

watbywbarif

It is related with Sparse Directory checkout and update. Explained in detail here.

If you are having problems with externals download from Sparse Directory you can check this.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!