PDA

View Full Version : Meld - Visual diff and merge tool.


JH
17-11-2007, 08:19 PM
I found a cool tool for if you are a PHP coder.

Its called meld and if you are using Debian then just open terminal and type

sudo apt-get install meld

It will install and you have a great comparison tool for two scripts.

Meld is a visual diff and merge tool. You can compare two or three files and edit them in place (diffs update dynamically). You can compare two or three folders and launch file comparisons. You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial. Look at the screenshots (http://meld.sourceforge.net/screenshots.html) page for more detailed features.

From http://meld.sourceforge.net/