I\'m customizing my git log to be all in 1 line. Specifically, I added the following alias:
lg = log --graph --pretty=format:\'%Cred%h%Creset - %C(yellow)%an
Run:
git rev-parse HEAD
which gives you git commit hash.
Then use that commit hash to run:
git svn find-rev
Which gives you svn revision.