Tag Archives: iOS bug

Xcode 5 solves the operation could’t be completed

Company SVN is in the LAN, the general use of SVN.*** com.cn to login, IP for 192.168.80.8
MAC prompt software to update the update, after the restart OF SVN can not be used, the Internet is normal. I have confirmed that the DNS configured by the computer is our company’s DNS server.
So I use the terminal to do something:
1. Ping SVN. * * *. Com. Cn
2. Ping 192.168.80.8
The result analysis: should be DNS has a problem

Enter the local DNS refresh command in the terminal:

sudo dscacheutil -flushcache

It still doesn’t work, and of course it doesn’t even restart the computer in the middle. It might be the DNS server.

Then I decided to use 192.168.80.8 to re-checkout the code and flip the changes over to commit.

It is ok to enter SVN address through the browser, but it is not ok to use Xcode 5. It prompts a bunch of certificate problems, but it is still not ok to allow all of them.

So from the Internet down the question -1012 input command:

      
SVN ls tips at https://192.168.80.8/svn/hhhh/

(R)eject, accept (t)emporarily or accept (p)ermanently?p
Authentication realm: < ‘https://192.168.80.8.xx’ & gt; VisualSVN Server

The Password for
‘y
onghuming
: (User name found to be incorrect)

Select P as prompted

Enter your account password.