用于 Linux 的图形 DIFF 程序
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/112932/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Graphical DIFF programs for linux
提问by scottb2
I really like AraxisMerge for a graphical DIFF program for the PC. I have no idea what's available for linux, though. We're running SUSE linux on our z800 mainframe. I'd be most grateful if I could get a few pointers to what programs everyone else likes.
我真的很喜欢AraxisMerge 用于 PC 的图形 DIFF 程序。不过,我不知道什么可用于linux。我们在 z800 大型机上运行 SUSE linux。如果我能得到一些其他人都喜欢的程序的指示,我将不胜感激。
回答by faran
回答by Daniel
There is DiffMerge from SourceGear. It's pretty good. Araxis Merge is one of the programs I miss from Windows. I wonder if it works under Wine ;) Might have to give it a try
SourceGear有DiffMerge。这个很不错。Araxis Merge 是我想念的 Windows 程序之一。我想知道它是否适用于 Wine ;) 可能不得不试一试
回答by moobaa
BeyondComparehas also just been released in a Linux version.
BeyondCompare也刚刚发布了一个 Linux 版本。
Not free, but the Windows version is worth every penny - I'm assuming the Linux version is the same.
不是免费的,但 Windows 版本值得每一分钱 - 我假设 Linux 版本是一样的。
回答by thesmart
Subclipse for Eclipse has an excellent graphical diff plugin if you are using SVN (subversion) source control.
如果您使用 SVN(subversion)源代码控制,Eclipse 的 Subclipse 有一个出色的图形差异插件。
回答by Alex B
I use Guiffyand it works well.
(source: guiffy.org)
我使用Guiffy,效果很好。(来源:guiffy.org)
回答by prasanna
I generally need to diff codes from subversion repositories and so far eclipse has worked really nicely for me... I use KDiff3 for other works.
我通常需要从 subversion 存储库中区分代码,到目前为止 eclipse 对我来说非常有效......我将 KDiff3 用于其他工作。
回答by Sridhar Iyer
If you use Vim, you can use the inbuilt diff functionality. vim -d file1 file2
takes you right into the diff screen, where you can do all sort of merge and deletes.
如果您使用 Vim,您可以使用内置的 diff 功能。vim -d file1 file2
带您直接进入差异屏幕,您可以在其中执行各种合并和删除操作。
回答by Milan Babu?kov
回答by MattG
I have used Meld once, which seemed very nice, and I may try more often. vimdiff works well, if you know vim well. Lastly I would mention I've found xxdiff does a reasonable job for a quick comparison. There are many diff programs out there which do a good job.
我用过一次 Meld,感觉很不错,以后可能会经常尝试。vimdiff 工作得很好,如果你很了解 vim。最后我要提一下,我发现 xxdiff 做了一个合理的工作来进行快速比较。有许多差异程序可以做得很好。