XCode and SVN Error: 200019

Posted by Boiler Bill on Stack Overflow See other posts from Stack Overflow or by Boiler Bill
Published on 2010-04-07T15:36:28Z Indexed on 2010/04/07 16:03 UTC
Read the original article Hit count: 522

Filed under:
|
|

So, I haven't been in an XCode project on this machine since last summer, and now when I try to access the repo through SCM Configuration in preferences I get the following error:

Error: 200019 (Incompatible library version) Description: Mismatched RA version for 'http': found 1.6.2, expected 1.6.5

I know at some point I updated my subversion client through MacPorts and is probably the cause of the problem. So I located all the svn programs on my path and replaced them with symlinks to the /opt/local/bin/svn client thinking that would do it (note that /usr/bin/svn --version yielded the same error message as XCode. Somehow XCode (3.2.1) is still pointing to some older 1.6.2 files. Can someone point me in the right direction on getting XCode svn integration cleaned up?

© Stack Overflow or respective owner

Related posts about xcode-svn

Related posts about xcode