SVN / Subversion 1.7 and Eclipse Subversive & JavaHL

前端 未结 6 1750
清歌不尽
清歌不尽 2020-12-05 02:26

I have just upgraded to TortoiseSVN 1.6.99, Build 21709, (Subversion 1.7.0, -dev). I am having problem in my Eclipse Subversive 0.7.9.I20100512-1900 & JavaHL 1.6.15. Hav

6条回答
  •  鱼传尺愫
    2020-12-05 03:04

    I gone through same issue. I tried all these. Nothing worked. Reason is, I am trying it on Ubuntu (Linux). All these solutions are for windows I guess.

    I know this is very old question, but in case it can help others.

    I did this.

    1. In stall JavaHL (sudo apt-get install libsvn-java)
    2. After installing search for libsvnjavahl-1.so file using following command
      sudo find / -name libsvnjavahl-1.so
    3. Open eclipse.ini file (We can find in eclipse home folder) and edit. I use STS so sts.ini for me.
      Add following:
      -vmargs -Djava.library.path=/path/of/libsvn/jni

    Example:
    -vmargs -Djava.library.path=/usr/lib/x86_64-linux-gnu/jni/

    This same methodology can be applied to windows also.

    Reference http://subclipse.tigris.org/wiki/JavaHL#head-bb1dd50f9ec2f0d8c32246430c00e237d27a04fe

提交回复
热议问题