...
Use Homebrew to Install Subversion and get the JavaHL bindings necessary for Subclipse.
Assumptions: You already have installed Eclipse and Subclipse(1.10.x, not 1.6.x) on your mac and Subclipse is not working to connect to remote Subversion repository |
---|
...
. |
---|
1. Install Homebrew if it does not exist.Steps:
- Open a terminal window and run the following command to install Homebrew
...
- Run this command to remove the older versionsinstall Subversion and get JavaHL bindings
brew brew install --universal --java subversion
...
You may need to link the Java bindings into the Java Extensions folder: sudo ln -s /usr/local/lib/libsvnjavahl-1.dylib /Library/Java/Extensions |
---|
Go ahead and run Run the sudo
command above.
5. Subclipse should automatically start working. You don’t even need to restart Eclipse if you had it running.now work.