How to upgrade the SVN version used by git-svn

前端 未结 5 1043
闹比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:11

    For me, the following sequence of steps worked:

    1. Get Apache subversion source
    2. Build subversion from source using make, and then do:
      • make swig-pl
    3. Install subversion using make install, and then do:
      • make install-swig-pl
    4. Get git source
    5. Build git as usual

    Reference: http://www.linuxfromscratch.org/blfs/view/cvs/general/subversion.html

提交回复
热议问题