Kdiff = Cool Tool
I just ran into a situation where I had a Ruby on Rails plugin (Substruct) that I am using for a site release a new version.
One big disadvantage of plugins vs. gems in the rails world is versioning because you can modify plugin code.
Anyhow, I needed to know what changes were made across the entire plugin directory structure, so that i could easily merge the changes I’ve made to the code changes that were released with the update. Enter Kdiff, an Free, Open Source, Platform agnostic tool for comparing files and directories.
http://kdiff3.sourceforge.net/
Tue, 22 Apr 2008 02:45 Posted in Geeky things