Recently I have find out that TortoiseSVN (surprise, surprise) supports git. So you can just checkout git repository using TortoiseSVN, and even to reference external git repositories. On internet there exists huge amount of questions & threads on how to get good numbering scheme from git hash, which is found many times as too cryptic and difficult to use.
For example: How to get the git commit count?.
By following this link: Is there a git-svn windows client something like TortoiseSVN?, I find out that git support was wired under svn long time ago:
Can you tell me what kind of scheme TortoiseSVN uses to display svn numbers?
- Are those numbers unique if commit is done from git ?
- Are those numbers unique if commit is done from TortoiseSvn ?
What kind of scheme TortoiseSVN uses to map git hash to svn revision number ?