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.
Open the SVN server, right-click on the repository and select the copy URL to clipboard (for the VIsualSVN server) and paste it on the command line. User credentials will be the same as what we set at the time of user creation. After every successful checkout operation, the output will print a revision number.
Note, to get SVN integration with Xcode working, you should open Xcode -> Preferences -> Accounts tab and add your SVN account there (+ button in the bottom left corner -> Add Repository). Hope this helps.
what you need to do is this:
svn --username user --password password co svn://google.com/ad
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With