SVN checkout Mac terminal/Xcode

ios, iphone, macos, svn

Solution

what you need to do is this:

svn --username user --password password co svn://google.com/ad

Problem

I need to checkout the SVN code but I am trying from the Xcode and terminal but unable to do that. My SVN format url starts from url below `svn://google.com/ad` I have valid username and password. Do I need to make SVN to http/https before using it.

Original source