Which is the best Visual SVN Diff displayer for Linux.
BeyondCompare and VisualSVN 1.5 work well on Windows. What are the equivalent tools for Linux? (Specifically Ubuntu).
I know command line diff works; But I’d like multiple column syntax highlighted and differences.
Better if the tool has a support for Git and Hg as well.
Note: If your diff tool has a CLI (a command line interface), it can be integrated with Git quite easily, both for diff and merge (if it supports 3-way merges).
Since Git1.6.3, the
difftool–mergetooloptions allow you to integrate that diff program (see “How do I view ‘git diff‘ output with visual diff program?“).KDiff3 for instance is a good candidate for that, since it is even auto-detected by Git.