We have a bunch of XML files in our Mercurial repository.When we merge changes in those files from one branch to another, Mercurial complains that some of our XML files are binary, and asks me to choo
Lets take scenario, I developed web application (ASP.NET MVC) which shows list of .xml files and we select two .xml fil开发者_高级运维es for comparison and use a comparing utility like Beyond Compare
I have installed the Beyond CVS Eclipse Plug-In version 0.8.9 I use eclipse 3.6.2 (Helios), windows 7 64 bit, beyond compare 3, subclipse.
We have to compare re开发者_运维知识库sponses (XML) of two different but they are doing the same business processes. The thing is we are in a process of migrating from Mainframe Technology to Microsof
Is there a way to specify to ignore specific text? For example I have web files that are often the same execpt for the difference in file paths - local vs. remote paths. So in one file I will have:
I am trying to compare two large Visual Studio 2010 solutions using Beyond Compare.These solutions have 60 projects, the only way I can find to ignore differences in the bin and obj folders of each pr
I use Beyond Compare (version 3.1.10) to compare different versions of Delphi Form Files, but I don\'t want to see differences concerning ExplicitTop, ExplicitLeft, ExplicitHeight and ExplicitWidth.
We currently use Beyond Compare 3.0 and I am quite pleased with it. However, it would be great if I could easily specify an exclusion for a specific one-time case. This is needed when I am doing a cod
I am creating a mobile applicatio开发者_StackOverflow社区n using j2me, which interacts with a webservice.The webservice responds with JSON data.