Tagged Questions

10
votes
2answers
2k views

How do I configure TFS to work with various merge tools

Originally the question was "How do I configure WinMerge as the compare and merge tool for TFS". However, I am changing it because TehOne answered this more general form of the question. I would have ...
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 ...
3
votes
3answers
579 views

How to use visual merging tools?

I can't get my head around KDiff3 or Beyond Compare in the merge mode. Is there any tutorial to this feature?
2
votes
1answer
123 views

Resolving merge conflict with Beyond Compare (Mercurial)

I am using Mercurial and it's configured to open Beyond Compare when there is a conflict when merging. BC opens just fine and shows me the two files, but I have no idea what to do after that. ...
2
votes
2answers
195 views

Beyond Compare merges - is there a take all?

When we do merges with Beyond Compare there is a "Take Left" or "Take Right" option for each conflict.. is there any way to do a "Take Left for all conflicts"? I've seen this in other merge tools ...
2
votes
2answers
251 views

How to use BeyondCompare from git mergetool in cygwin?

How to use BeyondCompare from "git mergetool" in cygwin?
1
vote
1answer
324 views

Using Beyond Compare inside Eclipse for Merging in Subversion

I would like to use Beyond Compare inside Eclipse. The problem at hand is, that the native diff and merge tool does not allow to customize the diff enough, so there are too much differences. Beyond ...
1
vote
1answer
111 views

How can you do a merge 'conflict report' in Mercurial?

How can you do a merge 'conflict report' in Mercurial? Given two conflicting revisions of a file in two heads, how can you output a report showing the parent and the two sets of revisions in each ...
1
vote
1answer
151 views

Beyond Compare left/right file ordering using Mercurial

The left/right files in BeyondCompare merge are reversed when using hg fetch vs an hg pull + hg merge. Is there any reason for this? Is there a way to keep the same configuration? Update: ...
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 ...