Results 1 to 3 of 3

Thread: local repository with subclipse & javaHL

  1. #1
    Join Date
    May 2005
    Beans
    46

    Arrow local repository with subclipse & javaHL

    If you are using subversion and eclipse (and subclipse), and would like to access a local repository using the file:// protocol then you need to install libsvn-javahl. Then start eclipse with "eclipse -vmargs -Djava.library.path=/usr/lib/jni/".
    In the Eclipse menu Windows -> Preferences -> Team -> SVN and select JavaHL.
    I am using eclipse 3.1 (custom installation) with subclipse 1.0.2 and libsvn and libsvn-javahl from the Dapper repositories.
    Sincerely,
    Aouie
    Last edited by aouie; June 14th, 2006 at 06:14 PM.

  2. #2
    Join Date
    Mar 2006
    Location
    London
    Beans
    27
    Distro
    Ubuntu 6.06 Dapper

    Re: local repository with subclipse & javaHL

    Thanks for this information.

    Was never sure how to use this method correctly until today.

    Many thanks.

  3. #3
    Join Date
    Apr 2006
    Beans
    21

    Re: local repository with subclipse & javaHL

    Thanks for this. One note:
    Quote Originally Posted by aouie View Post
    then start eclipse with "eclipse -vmargs -Djava.library.path=/usr/lib/jni/".
    You can also set this by changing the "eclipse.ini" file in the root eclipse directory.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •