TortoiseSVN(或SVN)可以像Mercurial一样进行批量比较吗?

发布于 2024-09-16 07:31:40 字数 281 浏览 3 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

挥剑断情 2024-09-23 07:31:41

您可以打开提交对话框(通过在上下文菜单中选择“提交”)来获取本地修改的所有文件的列表。然后,通过双击文件,您可以看到该文件中所做的更改。

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.

心如狂蝶 2024-09-23 07:31:40

TortoiseSVN 菜单中的操作称为“SVN 检查修改”。

The action in the TortoiseSVN menu is called "SVN Check for modifications".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文