svn:有没有办法避免外部重新加载?
当我执行 svn update
时,它会重新加载所有外部组件,即使我已在 svn:externals
中对它们进行了显式修订,而且我还没有对此进行修改有问题的财产或文件。
有没有办法阻止这种情况发生?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应该很简单:
svn help update
有关于其他参数的附加信息。Should be quite simply:
svn help update
has additional information on other parameters.