After upgraded to Xcode 4.2, Organizer - SVN repository stopped working

前端 未结 11 664
甜味超标
甜味超标 2020-12-03 11:11

I recently upgraded my Xcode to 4.2. Since then my Organizer-Repository stopped working. Initially it said \"Host is unreachable\" and placed red dot every where.

In

11条回答
  •  不知归路
    2020-12-03 11:55

    I had the same problem using VisualSVN.

    I could connect to is over HTTPS://mysvnserver:8443/ where I then was requested for a user/pass combo.

    In Xcode the connection always failed. Sometimes Xcode would complain about the certificate not being issued by a trusted authority, which in my case would be correct.

    The certificate is in my keychain as always trust but that didn't solve the issue.

    My solution:

    1. open an terminal window
    2. type command svn co https://mysvnserver:8443
    3. A request is issued for the certificate security press P to allow permanent.

提交回复
热议问题