I am using Subgit to access the Subversion repo. It works fine, but sometimes, especially when communicating with users who access the repo using the regular Subversion client, I would really like to find which version of SVN corresponds to a specific set of changes.
Can I use git find the SVN revision number somewhere in my local repo?
source share