Mac under Eclipse install SVN plugin-subclipse

Source: Internet
Author: User
Tags install homebrew svn client

The most common svn plug-in for Eclipse is subclipse, and installing SVN client and Subclipse under Windows is straightforward. This article describes how to install SVN plugins and subclipse on your Mac.

First, install SVN client: Javahl

Javahl as SVN client, stability, speed is much better than Svnkit, using Svnkit there may be unknown errors, so that your project data damage. Because installing the Eclipse plug-in subclipse needs to be adapted to the Javahl version, we need to install the Javahl first, determine the Javahl version number of the installation, and then install Subclipse.

View Javahl's Wiki documentation: Http://subclipse.tigris.org/wiki/JavaHL. As mentioned in OS X below: To install Javahl you need to use macports or homebrew. (Description: MacPorts and homebrew are package managers in Mac OS x) We use homebrew here to install Javahl.

1. Install Homebrew:

Open Homebrew's home page: http://brew.sh, you can see the installation instructions, enter RUBY-E "$ (curl-fsslhttps://raw.github.com/mxcl/homebrew/go)" in the terminal, The next step is to install the homebrew online, and the installation time may be longer, depending on the network conditions.

2. Update Homebrew:

    After the installation is complete, you need to update the next homebrew, terminal input: Brew update   Then manually add the/usr/local/homebrew/bin to the environment variable path.      3. After the installation of the Javahl:home Brew installation is successful, the next step is to formally install Javahl, Terminal input: Brew install--universal--java subversion  after installation, it will prompt you to: Need to link the Java bindings ..., and then execute the bottom two sudo commands: terminal input: sudo mkdir-p/library/java/extensions sudo ln-s    /usr/local/homebrew/lib/libsvnjavahl-1.dylib/library/java/extensions/libsvnjavahl-1.dylib is ready! The last row shows the version of Javahl. For example, my is the following: The version number is:1.9.3  second, the installation of the Eclipse plug-in subclipse determined Javahl version number, you can install the corresponding version of Subclipse. Javahl and homebrew versions correspond to the following: 1. Open Eclipse, click on the toolbar: Help--install new software 2. Click Add, enter in Name: Subclipse &nbs    P    Enter in location: http://subclipse.tigris.org/update_1.12.x (1.12.x is Subclipse version, if you install the Javahl version is 1.8.x, then subclipse version here Please enter 1.10.x)   3. Click OK, just tick subclipse (do not tick svnkit), all the way next , I accept the ... After the final installation is successful, restart Eclipse.   Done!       Third, Eclipse uses SVN 1. Once the installation is successful, click Windows--show View-Others, enter SVN in the Search box, select the SVN repository, and click OK.         2. In the SVN repository, right-click New-Repository location, fill in the SVN URL path, enter the account password, you can connect successfully.   3. Right-click on a project point-check out for--finish to complete the checkout of the project.

Mac Eclipse Install svn plugin-subclipse

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.