Ever have a file and wonder what changed? You need a diff tool! In computing, diff is a file comparison utility that outputs the differences between two files. The program displays the changes made per line for text files. There are diff tools available for almost any platform you can think of ranging from simple [...]
Content
ramblings of a coldfusion developer
Tagged: diff
My favorite diff tool (and it does so much more) for a long time has been Beyond Compare. When I started using SVN and Eclipse – I looked for a way to integrate Beyond Compare into the mix so I could use it to compare my working copy against the repository. I found Beyond CVS [...]