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 外部。例如,我的外部指向“主干”,在我分支后它们应该指向“分支/发布/1.0”。
有没有办法通过脚本编辑 SVN 外部?
你可以这样做:
svn propset svn:externals 'extern_dir https://example.org/svn/trunk/some/path' .
如果您需要有多个外部目录,请使用换行符将其拆分。