TortoiseSVN(或SVN)可以像Mercurial一样进行批量比较吗?
我使用 Mercurial 和 TortoiseSVN,使用 Mercurial,我可以使用
hg vdiff
,然后 kdiff3 会出来说项目树中有 5 个文件被修改,然后我可以转到菜单栏“展开目录”并查看那些文件有差异,然后单击每个差异。
令我惊讶的是,TortoiseSVN 似乎没有这个功能。当我查看项目文件夹并右键单击 TortoiseSVN 时,菜单栏中缺少通常的“Diff”操作。有没有办法让它像hg vdiff
一样工作?
I use Mercurial and TortoiseSVN, and with Mercurial, I can use
hg vdiff
and then kdiff3 will come out saying there are 5 files that got modified in the project tree, and then I can go to menu bar to "Expand Directories" and see the files that have diffs, and click on each of them.
To my surprise, TortoiseSVN doesn't seem to have this function. When I look at the project folder, and right click for TortoiseSVN, the usual "Diff" action is missing from the menu bar. Is there a way to make it work like hg vdiff
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以打开提交对话框(通过在上下文菜单中选择“提交”)来获取本地修改的所有文件的列表。然后,通过双击文件,您可以看到该文件中所做的更改。
You can open the commit dialog (by selecting Commit in the context menu) to get a list of all files which were modified locally. Then, by double-clicking a file you can see the changes made in that file.
TortoiseSVN 菜单中的操作称为“SVN 检查修改”。
The action in the TortoiseSVN menu is called "SVN Check for modifications".