How to add ip based svn repository in Xcode 5
objective-c, repository, svn, xcode5
Solution
You need to use address like http://base.server.com/. It is a bug in XCode and not resolved in XCode 5.1 DP also.
Problem
I am trying to add svn repository URL in Xcode5 like this: ``` https://192.168.23.23:8912/svn/path/to/repo ``` but I am getting below error message: The operation couldn't be completed. (NSURLErrorDomain error-1012.) I am able to browse this url via Safari. What should I do now ?