Tagged Questions

21
votes
9answers
4k views

Using mercurial and beyond compare 3(bc3) as the diff tool? help needed

in windows I am able to use winmerge as the external diff tool for hg using mercurial.ini,etc. Using some options switch that you can find in web(I think it's a japanese website) Anyway, here for ...
7
votes
4answers
3k views

How do I make Subversion use a third-party diff tool?

I need more than the default diff! I have recently purchased "Beyond Compare" and I'd like to integrate it with svn, so its launched when I type: svn diff foo.c How do I do this?
5
votes
2answers
1k views

How do I integrate Beyond Compare with ClearCase?

I would like to integrate Beyond Compare with ClearCase so that I can use it for diffing and merging files, instead of the awful tools provided by ClearCase. Does anyone have instructions for ...
5
votes
3answers
1k views

How to configure Beyond Compare 3 for Eclipse conflict resolution?

What is the correct parameters to get Beyond Compare 3 working with Eclipse/Subclipse conflict resolution? In Preferences > Team > SVN > Diff/Merge there's the option to specify an external ...
3
votes
2answers
153 views

Can I diff more than one file at a time using subversion and Beyond Compare?

So, I've successfully figured out how to do a simple diff and a 3 way merge with command-line subversion and Beyond Compare 3 using Windows 7. Thank you, stackoverflow. However, I frequently have ...
3
votes
2answers
1k views

TortoiseSVN : Good 'patch file' viewer?

The default patch file viewer is messy (ie. no side by side diff view etc). I tried setting the path of beyondCompare exe in "Settings->Unified Diff Viewer->custom", but beyond compare also behaves ...
2
votes
1answer
556 views

git difftool to give directory compare?

Is it possible to get the git difftool command to open a directory compare between the changed files and the staging/checked files? So ideally, if 2 files have changed, they would be the only 2 ...
1
vote
1answer
277 views

Diff for Mac with right-click file selection?

One of the features I like most about Beyond Compare is the 'memory' of the windows context menu: You click right on the first file (a.txt) you want to compare and choose the Beyond Compare entry, ...
1
vote
1answer
246 views

How do you configure Komodo diff using tortoiseHg and beyondcompare?

I'm trying to configure Komodo IDE so that it integrates with tortoiseHg and my beyondcompare3 diff tool. The diff works fine in tortoiseHg, but when I try to do a diff in Komodo nothing happens, no ...
1
vote
2answers
530 views

Any diff/merge tool that provides a report (metrics) of conflicts?

CONTEXT: I am preparing a big C# merge using visual studio 2008 and TFS. I need to create a report with the files and the number of collisions (total changes and conflicts) for each file (and in total ...
1
vote
4answers
2k views

How to use beyond compare as a external svn diff tool

I want to configure it so that svn diff filename shows the diff in beyond compare. I am on ubuntu. On a related note what is everyone using to diff and merge. BC is awesome on windows, but very ugly ...
0
votes
1answer
368 views

Beyond Compare - ignore white lines

I'm using Beyond compare to Diff HTML/PHP files between a windows PC and a Linux box. I want to compare file contents. I can't figure out how to get it to ignore white space (line spaces or space at ...
0
votes
1answer
122 views

Comare and Edit Branches in Git with a Mergetool

I have 2 branches that I can compare/diff using my difftool (Beyond Compare). However, the files used for the diff are temporary copies and not the actual files from the current branch. This means ...