视觉上区分非常大的文件
我有两个 XML 文件,我想直观地比较它们。它们都有大约 145,000 行。当我尝试这样做时,温迪夫对我来说简直要死了。
是否有其他应用程序可以处理这种文件大小?
I have two XML files which I would like to visually diff. They both have approximately 145,000 lines in them. Windiff is dying on me when I attempt to do this.
Is there some other application that can handle this kind of file size?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我听说过关于Beyond Compare的好消息,尝试一下它是否适合您,它有30 天免费试用。
I've heard good things about Beyond Compare, give it a spin to see if it works for you, it has a 30 day free trial.
我可以推荐项目:合并。我们用它来比较/合并 Visual Studio 项目文件...
Project: Merge 的优点在于它具有 XML 感知能力(即它不仅仅是像 winmerge 或其他同类的文本比较工具)
I can recomend Project: Merge. We use it to compare/merge visual studio project files...
The good thing with Project: Merge is that it is XML-aware (i.e. it is not only a text diff tool like winmerge or beyond compare)
有一个名为 DeltaXML 的产品就是为此目的而设计的。
http://www.deltaxml.com/
它的功能可能超出您的预期,而且成本也超出您的预期,但这肯定能胜任这项任务。
There's a product called DeltaXML that's designed for this purpose.
http://www.deltaxml.com/
It may do more than you want, and cost more than you want, but it's certainly up to the task.