Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我执行 时svn update,它会重新加载所有外部文件,即使我已经在 中为它们提供了明确的修订svn:externals,并且我没有修改此属性或有问题的文件。
svn update
svn:externals
有没有办法阻止这种情况发生?
应该很简单:
svn update --ignore-externals
svn help update有关于其他参数的附加信息。
svn help update