I am trying to commit some classes and XML files to SVN but I keep getting this error message:
svn: E200007: Commit failed (details follow): svn: E20000
in my case JavaHL was not present (Eclipse -> Preferences -> Team -> SVN, client)
to install it
sudo apt-get install libsvn-java sudo ln -s /usr/lib/x86_64-linux-gnu/jni/* /usr/lib/
Now restart Eclipse and you should be able use Subsclipse with JavaHL.