Reputation: 1680
With xCode 9.0, I am facing problem with SVN setup.
I could not find any option to add SVN repository which was working proper with earlier versions of xCode.
In source control, I am getting GIT everywhere. I am using SVN for long time and was properly working with earlier versions of xCode but this is not working with xCode 9.0.
Upvotes: 9
Views: 12023
Reputation: 1812
All mentions of subversion seem to be gone from XCode 9, but it still works, and it's actually terribly simple:
(tested with XCode 9.4.1)
I haven't figured out how to add things to a subversion repo, but for existing repos, this works. I've not tried this on XCode 10 beta at this time, either.
Upvotes: 1
Reputation: 223
I could checkout a SVN repository from Xcode 9.2
I went to source control->clone->choose option svn and authentication and checkout.
Upvotes: 2
Reputation: 168
If you have older version of xcode and above method of upgrade is not working or cannot be used then Terminal can be used to upgrade.
Upvotes: 2
Reputation: 1680
I am adding this answer as I found work around for this (Not as a full fledge solution)
If you have upgraded your xCode version to 9.0, and could not find anything to attach your code to SVN repository then following steps will help you out:
Upvotes: 1