In Subversion svn log is the command to display commit log messages -- for details see the online manual at http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.log
svn log
git show $commitId$ --name-only
It will result in the files which are changed during this commit