Friday, August 12, 2011

A few svn commands help your daily work

1. See who has the last 10 commits.

svn log -l 10

2. Compare difference between commits.

svn diff . -r 5647:5648

If you setup to use FileMerge to see the different, FileMerge will open. See my previous post about how to setup.