svn for eclipse on mac os lion

后端 未结 9 520
挽巷
挽巷 2021-01-02 01:46

I need to use Subversion with Eclipse on Mac Lion. I encounter problem as below

I saw: Subclipse in Mac OS Lion shows "Unable to load default SVN client" e

9条回答
  •  -上瘾入骨i
    2021-01-02 02:37

    I installed subversion 1.7 and the java-hl bindings using homebrew by following the instructions here.

    Specifically:

    [sudo] brew install subversion --universal --java
    

    Then linking the installed libraries in /Library/Java/Extensions so eclipse picked them up.

    /Library/Java/Extensions $ sudo ln -sf /usr/local/lib/libsvnjavahl-1.dylib
    /Library/Java/Extensions $ sudo ln -sf /usr/local/lib/libsvnjavahl-1.jnilib
    

提交回复
热议问题