Subversion


21
Nov 11

View files changed in a specific commit

A simple task…To get a list of files that have changed in a specific svn commit:

svn log -v -r <commit-no>

The log command returns broad information about a commit (or list of commits) – date, author and changed paths

-v  (or –verbose) give detailed output

-r  displays information about a specific commit only