git svn - Unrecognized URL scheme error

后端 未结 4 696
慢半拍i
慢半拍i 2021-01-08 00:58

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         


        
4条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-08 01:47

    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.

提交回复
热议问题