使用 TortoiseSVN,我需要对分支进行更改,然后将它们与主干合并。
我是这个项目中唯一的开发人员,所以我知道主干没有改变。我正在学习 SVN,以便最终我的团队可以使用它。
基本上,我希望我的树干看起来和树枝一模一样。
在前 svn 时代,我只需要复制分支文件夹中的文件,删除主干文件夹中的文件,然后将分支文件复制到主干文件夹中。
In TortoiseSVN, I've tried Reintegrate a branch
, Merge a range of revisions
, and Merge two different trees
. Nothing seems to actually change trunk. I've also tried branching on top of the trunk. This gives me an error, saying that the trunk already exists.