How to add ip based svn repository in Xcode 5

Viewed 1596

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 ?

1 Answers
Related