Xcode 5 crashes with SVN version 1.7 - self signed certificate

后端 未结 5 912
陌清茗
陌清茗 2020-12-21 15:45

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

5条回答
  •  情歌与酒
    2020-12-21 16:00

    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/

提交回复
热议问题