Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The Reason:

          Subclipse uses the official Java to C (JavaHL) bindings provided by the Subversion team. On OS/X these aren’t installed by default.

The Soultion:

          Use Homebrew to install Install Subversion and get the JavaHL bindings necessary for Subclipse.

 Steps:

1. Install Homebrew if it does not exist.

    - Open a terminal window and run the following command to install Homebrew

      ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2. Uninstall older Subversion(s).

    - Run this command to remove the older versions

      brew uninstall svn

3. Install Subversion and get the JavaHL bindings necessary for Subclipse.

    - Run this command to remove the older versions

       brew install --universal --java subversion

        

 

  


  • No labels