yosemite svn 1.6.6 segmentation fault

前端 未结 2 1116
清歌不尽
清歌不尽 2020-12-19 12:35

svn stopped working in my Mac after upgrade to Yosemite. I know there is a very similar question with no answer, Segmentation fault: 11 in SVN checkout, however I\'ve spent

相关标签:
2条回答
  • 2020-12-19 12:46

    Finally, it worked! Thanks @indiv for your help! I was about to give up and revert to Mavericks.

    I had to compile neon, version 0.29.0.

    ./configure --prefix=/usr/local/neon --with-ssl
    

    Then I recompiled svn:

    ./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --with-apxs=/usr/local/apache2/bin/apxs --enable-debug --enable-maintainer-mode --without-sasl --with-neon=/usr/local/neon --with-ssl
    

    And it works!

    0 讨论(0)
  • 2020-12-19 12:49

    You can also download and install the binary from WANDisco:

    https://www.wandisco.com/subversion/download/download-certified-wandisco-subversion-binaries?f=subversion/Subversion-Client-1.8.10_10.10.x.pkg

    Worked for me.

    0 讨论(0)
提交回复
热议问题