I\'m getting the following error on attempt to clone svn rep with git svn:
eugene$ git svn clone https://my.site/svn/ here
Initialized empty Git repository i
Can you do: git svn --version
See this question: How to upgrade the SVN version used by git-svn
UPDATE
Please note that this answer was in response to the posters original version of the question where the issue may have been related to using an older version of svn
in git-svn
. The poster has since upgraded git, determined that it wasn't the cause, and adjusted the question to reflect that.