Brian Ray's Blog

Painting is just another way of keeping a diary. --Picasso

Mon, 09 Jan 2006

Mac Development Diff Trick

FileMerger.app (callable from the command line) has I nice built in file tree comparer. To run:

$ opendiff project1/ project2/

This opens FileMerger with a special databrowser for comparing file trees.

/images/merge.gif

Merging can be done using keyboard commands. Useful.