How to upgrade the SVN version used by git-svn

前端 未结 5 1035
闹比i
闹比i 2020-12-17 16:45

I\'ve been using git-svn and love it. But we just switched our repo to one that requires a svn version of 1.5.0 or greater. Currently, I\'ve got this:

trieds         


        
5条回答
  •  温柔的废话
    2020-12-17 17:12

    If you can use MacPorts a simple port install git-core +svn will install a recent version of both git itself and the svn client and libraries.

    $ git svn --version
    git-svn version 1.7.3.2 (svn 1.6.15)
    

提交回复
热议问题