Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add ip based svn repository in Xcode 5

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 ?

like image 605
user3106644 Avatar asked Nov 01 '22 08:11

user3106644


1 Answers

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.

like image 129
SandeepM Avatar answered Nov 09 '22 08:11

SandeepM