Is it possible to get svn info for a branch for a specific revision number. For example if the latest working copy of a branch has revision number 56, can I get info for the sam
Assuming you are in a working copy, you can just do the following:
Get commit info:
svn log -c
Get commit info with file list:
svn log -c -v
Get full file diff:
svn diff -c