OS X, Eclipse 3.3 Europa to 3.4 Ganymede SVN problem
I recenty updated to Eclipse 3.4 and got the following error when trying to update SVN repos:
"Unable to load default SVN client"
The new version of Subclipse requires SVN 1.5, after updating from 1.4 (OS X default) it will be fine. Get SVN 1.5 here.
After installing you need to update your path (in ~/.profile or /etc/profile)
export PATH=/opt/subversion:$PATH
Then rename the old client to keep it out of the way:
$sudo mv /usr/bin/svn /usr/bin/svn.old


