beyondcompare3

How can I use Beyond Compare 3 as the diff3-cmd for svn?

I saw this posting which explained how to get BC3 working as the diff tool for Subversion... but what about using Beyond Compare 3 to do 3-way merge/compares? ...

Beyond Compare 3.0 and XML Tidy, but save Original Format

Hi, I am using Beyond Compare 3.0 and using the XML tidy and XML tidied with sorted attributes plugins. Its great and while I would like it to show me the "tidied" XML, Once I resolve me merge, I would like to save it back with the original formatting (not the tidied format). Is there anyway of doing this? For example, if I have these t...

Is there a file diff tool that allows for exceptions?

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 code review of some refactoring. For instance: Old code doSomething(ConstantsInterface.FOOBAR); New code: doSomething(BetterEnumeration.F...

Using Beyond Compare for Visual Diff in TortoiseHg

I am trying to use Beyond Compare for Visual Diff in TortoiseHg. eg Right click on a modified file in explorer and select Visual Diff from TortoiseHg context menu... BeyondCompare opens but only shows the 'welcome' screen and not the file I want to diff. Am I missing something? I have setup the mercurial.ini file as follows: [extens...

merge file using beyond compare commadline option

Hi all, I have two merge common files which are present in two different directories.i tired with below command but it only opens the beyond compare and shows the conflict files but i am unable to merge it . folder 1 and 2 has file.txt with different changes. BCom.exe /automerge C:\folder1 c:\folder2 /mergeoutput=c:\folder3\merge.txt ...