svn for eclipse on mac os lion

后端 未结 9 522
挽巷
挽巷 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条回答
  • 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
    
    0 讨论(0)
  • 2021-01-02 02:39

    I found a solution (download from WanDisco instead of CollabNet) in this thread: Subclipse in Mac OS Lion shows "Unable to load default SVN client" error

    0 讨论(0)
  • 2021-01-02 02:48

    Installing the binaries from http://www.wandisco.com/subversion/download#osx fixed this issue for me.

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