开发者

svn: Is there a way to avoid extraneous re-loading of externals?

开发者 https://www.devze.com 2023-02-07 02:32 出处:网络
When I do an svn update, it reloads all the externals, even though I\'ve given them all an explicit开发者_运维知识库 revision in svn:externals, and I haven\'t modified this property or the files in qu

When I do an svn update, it reloads all the externals, even though I've given them all an explicit开发者_运维知识库 revision in svn:externals, and I haven't modified this property or the files in question.

Is there a way to stop this from happening?


Should be quite simply:

svn update --ignore-externals

svn help update has additional information on other parameters.

0

精彩评论

暂无评论...
验证码 换一张
取 消