Archive for October 1st, 2009

If you want to view changed/modified/added files from previous revisions with SVN you can do this:
12svn log -v -r 25
# This will show you the changes that were committed in v25


top