I am using Eclipse Version: Kepler Service Release 1, Build id: 20130919-0819 on Mac 10.9, and I was able to fix this by installing Subversion using brew:
brew install --universal --java subversion
After executing the above command, the installation summary was displayed:
svntools have been installed to: /usr/local/opt/subversion/libexec
I went to the / usr / local / opt / subversion / folder, and I searched for the right banks. I found them in / lib, so in the eclipse.ini file I added:
-Djava.library.path=/usr/local/opt/subversion/lib
I also installed the Subversion plugin from Eclipse using this link:
http://subclipse.tigris.org/update_1.10.x
and he fixed the problem.
Teo P Dec 23 '13 at 12:51 2013-12-23 12:51
source share