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 -r REVREV 是以前的修订号,效果很好,但是我如何从我的分支合并到主干?
svn update -r REV
这与从分支到主干的正常合并没有什么不同。TortoiseSVN 有一个重新集成分支选项。