I\'ve run into problems installing the latest Subclipse plug in. I saw this post: subclipse: Unable to load default SVN Client, but the answer appears to be specific for Sub
In case of run on macosx the correct way to install using brew for java is:
brew install subversion --with-java
then you should do the following:
sudo mkdir -p /Library/Java/Extensions
sudo ln -s /usr/local/lib/libsvnjavahl-1.dylib /Library/Java/Extensions/libsvnjavahl-1.dylib
like mention on the wiki of the project subclipse-wiki