Hi, the stock svn that comes with OSX is 1.4.4 and I upgraded (through opencollab installers) to 1.6.2
My Problem is, XCode (v3.1.2) picks up the old subversion. At one point I had fixed this by executing the following:
defaults write ~/.MacOSX/environment DYLD_LIBRARY_PATH /opt/subversion/lib
And it worked. But it has since reverted to not working again :(
The error message I get is:
Error: 155021 (Unsupported working copy format) Description: This client is too old to work with working copy '/Users/craiger/workspace/Onshore/Mapp'; please get a newer Subversion client
Anyone know how to fix this once and for all?