lol, I mean update the svn binary itself.
First of all, check which SVN version you have:
$ svn -v
If it's 1.4 or something, you should probably upgrade...
AFAIK one of the only ways to do this is by installing macports (grab the universal binary) then running
$ sudo port selfupdate
$ sudo port install subversion
or something similar
I'm still not sure why older versions wouldn't work. You can upgrade if you want, but I'm not 100% sure it'll work.
First of all, check which SVN version you have:
$ svn -v
If it's 1.4 or something, you should probably upgrade...
AFAIK one of the only ways to do this is by installing macports (grab the universal binary) then running
$ sudo port selfupdate
$ sudo port install subversion
or something similar
I'm still not sure why older versions wouldn't work. You can upgrade if you want, but I'm not 100% sure it'll work.