Search code examples
svnversion-controlxcode9

How to set up SVN repository in xCode 9.0


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.


Solution

  • 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:

    1. Take latest checkout from Terminal
    2. Open you code in xCode8 (> 8.0 and < 9.0)
    3. GO to Source Control
    4. You may get an alert to upgrade subversion to 1.9
    5. Click on upgrade
    6. Now open same code in xCode9.0, you are now ready for all svn commits and updates.

    enter image description here

    enter image description here