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.
在我的工作区中有 8 个项目都在同一个 svn 主项目中
svn://serverA/svn/SVNROOT/projectT/trunk/
使用 svn copy 创建了一个分支到
svn://serverA/svn/SVNROOT/projectT/branch/v1
现在我想使用这个分支。使用 mac os-> 是否有任何简单的方法或递归脚本可以用来更改我所有项目 .svn 文件中的 svn 分支?
或者在 Windows 中可以使用 tortise 是否有类似的 Mac 用户界面?
您必须使用独立于操作系统的svn-command将主干的工作副本切换到(创建的分支的)新 URL 。
阅读SVN Book 中的svn 开关描述或更详细的“遍历分支”主题中的过程说明