Mac under Eclipse install SVN plugin

Source: Internet
Author: User
Tags svn

Recently started a Mac Pro and installed SVN notes.

The most commonly used SVN plugin in Eclipse is Subclipse, first to Subclipse: http://subclipse.tigris.org to download the plugin.


  Click "Download and Install" to go to the download page.   Select the version that you want to install, such as I choose here: Links for 1.8.x release: Next, there are two ways to install Subclipse, two options. One,        1, copy Eclipse Update site URL: The link behind: http://subclipse.tigris.org/update_1.8.x  & nbsp    2, open Eclipse, click Help-install New Software, open the window:      3, click the Add button.      4, enter the plug-in name in the Name column:subclipse;          Location column Enter the link you just copied:/http subclipse.tigris.org/update_1.8.x      5, click OK.       6, such as, select Subclipse, and remove the bottom contact all update site ... option in front of the tick, and then all the way next, until the online installation is complete, if prompted in the middle of the box, select OK. Installation completion will require you to restart eclipse. Second,        1, click the link behind zipped downloads to download the plugin locally.        2, ditto 2       3, ibid 3       4, enter in the Name column: Subclipse, Click the Archive button to select the plugin package that you just downloaded.          5, ditto 5       6, ibid 6    Restart Eclipse, select Window-show View-other Expand SVN, double-click to open the SVN repository view   Right-click in the blanks, choose New-Repository location    Enter the SVN access address in the URL field, then finish, this will prompt the error:  failed to load Javahl Library.
These is the errors that were encountered:
No libsvnjavahl-1 in Java.library.path
No svnjavahl-1 in Java.library.path
No Svnjavahl in Java.library.pathjava.library.path =.:/ Library/java/extensions:/system/library/java/extensions:/usr/lib/java Description The system is missing Javahl, we need to install it manually. Click Eclipse-preferences, expand TEAM-SVN It can also be seen that the client below the SVN interface shows: Javahl (JNI) Not available means Javahl is not available. Of course you can also click on the right up and down arrows to select Svnkit ... As a client, this can also normal use subclipse, but the official recommended to use Javahl as the client, stability, speed is much better than Svnkit, using Svnkit may have an unknown error, so that your project data damage. (Javahl is a jni way to invoke the local SVN library, so fast, stable and reliable) view Javahl wiki documentation: Http://subclipse.tigris.org/wiki/JavaHL in the OS below As mentioned in x: To install Javahl you need to use macports or homebrew. (Description: MacPorts and homebrew are package managers in Mac OS X, similar to Apt-get in Ubuntu and Yum in Red Hat, for installation, uninstall, update software, etc.) general new machines are not installed homebrew, need to be installed, official documents: Get Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Open the terminal window and paste the above script.

Homebrew will install the kit into a standalone directory and soft-link the file to /usr/local .

Mac under Eclipse install SVN plugin

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.