SVN(Eclipse 中的颠覆)- 比较分支与主干?
我曾经使用 CVS,将 HEAD 与任何分支、分支与分支或分支与 HEAD 进行比较都没有问题。现在在 SVN 上,我对主干进行了一些更改,我需要将其放在分支上,但似乎找不到将给定分支与主干进行比较的选项。
是否可以在工作区中有一个分支项目并将其与主干进行比较?
I used to work with CVS where it was no problem to compare HEAD to any branch, branch to branch or branch to HEAD. Now on SVN I have some changes on trunk I need to put on a branch, but can't seem to find an option to compare given branch to trunk.
Is it possible to have a branch project in workspace and compare it to trunk?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击项目并选择
比较
、分支/标签
(这是带有 subclipse 的)已附加
您使用的 svn 客户端版本是什么?当我打开从分支签出的项目上的“比较”对话框时,它允许我输入任何 URL(包括主干)和任何修订版本以进行比较。
right-click on the project and choose
Compare With
,Branch/Tag
(this is with subclipse)APPENDED
What version of the svn client are you using? When I open the Compare With dialog on a project checked out from branch it lets me enter any URL (including trunk) and any revision to compare it to.