Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
8answers
5k views

How to set Araxis as diff / merge tool for MSYS git?

I'm trying to use Araxis Merge as my diff / merge tool for MSYSGit. I found a few resources on the net: On the Araxis site, they mention an "easy" way, but it implies a executables ...
1
vote
1answer
76 views

Automating a directory diff while ignoring some particular lines in files

I need to compare two directories, and produce some sort of structured output (text file is fine) of the differences. That is, the output might looks something like this: file1 exists only in ...
1
vote
1answer
587 views

Integrating Araxis Merge 2010 with Visual Studio 2010 and TFS 2010

I'm trying to get Araxis Merge 2010 integration with Visual Studio working and am coming up against a brick wall with the arguments you should pass to Merge.exe. According to their documentation it ...
1
vote
3answers
173 views

How to compare JARs in Araxis Merge?

I'm using Araxis Merge to try and compare two Java archive files. I've done it in Beyond Compare but have recently switched to a Mac. Right now Araxis treats the JARs like files and I just see a lot ...
1
vote
1answer
591 views

Is there anyway to save a patch/diff file in Araxis Merge?

I am merging some code and would like to save one diff to compare against another diff. (I'm in the dreaded diff-the-diff's scenario). Anywho, the normal way I would do this would be to save to patch ...
0
votes
0answers
138 views

using araxis merge for folder comparison on git branches (OSX)

I know how to setup araxis merge to be my git diff / merge tool, so if I do git difftool it automatically launches araxis merge. However if I do git difftool upstream/master (to see all the ...