Looks like not all of your SVN client was upgraded from 1.6.2 to 1.6.5 (namely the neon package, which is a HTTP/WebDav library). A bit of a google on this,: Check if you have neon by running: which neon-config If you have neon, a path to neon-config will be outputted. Everything before /bin/neon/config is your neon home directory. The neon version needs to be 0.25.x or greater. Check the neon version with: neon-config -version If you have a suitible version of neon, make a note of the neon home directory for use in the last step, Install Subversion Itself.
Visit iTunes and download the e-Sword X Mac app today! Download e-Sword X. E-Sword — the world's most popular PC Bible study software is now available on the world's most advanced desktop operating system!
If you don't have neon, or need to install a newer version, get a recent copy it from the in a.tar.gz archive. Install it with: cd /research/oranfry/sources tar -xzf /path/to/neon-X.X.X.tar.gz cd neon-X.X.X./configure -prefix=/research/oranfry/neon make make install Remember the neon home directory. In my case it is /research/oranfry/neon. (your milage may vary, be careful of paths). If you had installed the Subversion from Collabnet on your Mac, and are getting the above error, you're probably running svn installed with your Mac OS X.
Try this command: which svn If you get /usr/bin/svn, that's the old version causing the error. You need to add this line to /.bashprofile: export PATH=/opt/subversion/bin/:$PATH Log out, log in, and try the which command, it should point to the new version.
NOTE: The Collabnet installer says to put the export command into /.profile, however that doesn't seem to work.