I\'ve updated to XCode 5 today (using the Mac AppStore) and ever since it keeps crashing whenever I open my previous projects (that are working copies of repos located in my
They didn't bother adding the UI controls to allow you to bypass the validity check for a SVN certificate. I have a self-signed cert on my svn server and this solution solved it for me. You have to "svn info url" in the terminal and (p) permanently accept that certificate. After that, xcode will work.
Solution found here: http://kthoms.wordpress.com/2011/03/17/fixing-subversion-problem-error-validating-server-certificate/