I'm looking for a Linux-based tool for 3 way merging/resolving, using Perforce. I'm familiar with vim/vimdiff, but I don't know how/if they can be used for 3 way merging. In either case, do let me know what, according to you, is the best merge/resolve tool on Linux.

For clarity, let me add that I'd prefer a tool which doesn't requires X server i.e. can be used through putty.

link|improve this question

feedback

3 Answers

I prefer meld It is powerful yet lightweight and has no KDE deps as Kdiff3 does. Look at official homepage

link|improve this answer
Does it require X server ? I'd prefer to have a tool I can use through putty .... – shan23 Mar 14 '11 at 8:45
Yes, it require X. I don't actually know the CLI based 3-way diff/merge solutions besides vimdiff which can handle 3 files (see man): vimdiff file0 file1 fil2 – maverik Mar 14 '11 at 8:59
feedback

If you're dead set on not using an X client, try taking a look at emacs' ediff. That works in text mode (though it's easier in X).

link|improve this answer
feedback

I have something called diff3, which has a merge option. I'm not sure where it came from and I have not used it. diff3 -m file1 file2 file3. Take it for what it's worth.

Btw, I'm running OpenSuSE 11.2, if that helps.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.