Content

ramblings of a coldfusion developer

Tagged: diff

2008-01-09 :: Jim Priest // Code
Developer Toolbox – Diff

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 [...]

Tagged: » »

2 comments  » Read the rest

2007-10-31 :: Jim Priest // Code
Using Beyond Compare In CFEclipse

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 [...]

Tagged: » »

6 comments  » Read the rest