macos OSX 上的 meld(图形差异工具)有哪些替代方案
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/229142/
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
What are the alternatives for meld (graphical diff tool) on OSX
提问by Johan
I mostly develop on Linux and meld is indispensable for me. However, when I'm on the road I use a MacBook (leopard) and I want to use the same set of tools as on my main development box, meld being one of them.
我主要在 Linux 上开发,meld 对我来说是必不可少的。但是,当我在路上时,我使用 MacBook(豹)并且我想使用与我的主开发盒上相同的一组工具,meld 就是其中之一。
Although you shoud be able to install meld, I could not succeed with it. So... are there any alternatives that are as good (or better) as meld?
尽管您应该能够安装 meld,但我无法成功。那么......有没有像meld一样好(或更好)的替代品?
One thing to point out, I use subversion and I just love the 'meld .' command that diffs my working directory to the BASE revision...
需要指出的一件事,我使用颠覆,我只是喜欢“融合”。将我的工作目录与 BASE 修订版进行比较的命令...
Johan
约翰
回答by Menkboy
There's FileMerge.app, which comes with XCode.
有 FileMerge.app,它随 XCode 一起提供。
It can be run as a separate standalone application :
它可以作为单独的独立应用程序运行:
回答by Andrew
Apple's FileMerge(which is included in their Developer Tools download) looks similar to Meld, though I confess to not having used either..
Apple 的FileMerge(包含在他们的开发者工具下载中)看起来与 Meld 相似,但我承认两者都没有使用过。
回答by alastairs
Sourcegear DiffMergeis free and completely cross-platform (Windows, Mac and Linux). I've only used the Windows version, and it lacks some more advanced features (like syntax highlighting and opening .diff files) but I'm very happy with it.
Sourcegear DiffMerge是免费的且完全跨平台(Windows、Mac 和 Linux)。我只使用了 Windows 版本,它缺少一些更高级的功能(如语法高亮和打开 .diff 文件),但我对它非常满意。
回答by Brad Parks
KDiff is cross platform, open source, and has an OSX binary available.
KDiff 是跨平台的、开源的,并且有一个可用的 OSX 二进制文件。
回答by danimal
Take a look at Changes.app. Yes, it is for pay, but it's very capable, fast, easy on the eyes. It also has a command line tool. Take a look at the wiki for tips and tricks, especially with getting it to integrate with version control systems. I love Changes.app.
看看Changes.app。是的,它是收费的,但它非常有能力、速度快、容易上手。它还有一个命令行工具。查看 wiki 以获取提示和技巧,尤其是将其与版本控制系统集成。我喜欢 Changes.app。