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 存储库。其中一个文件夹具有指向特定标签号的属性 -> svn externals,我需要编辑 svn externals 以指向不同的标签号。我想将这个新标签号作为参数传递。如何使用 powershell 实现这一点。
svn propset svn:externals "folder_name http://path_to_tag" .
注意尾随点。
您可以在此处阅读有关外部定义的更多信息。