How to find SVN version in subgit repository?

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?

+6
source share

Source: https://habr.com/ru/post/981200/


All Articles