SHS
SHS

Reputation: 1412

Xcode Version 10.0 (10A255) - does not show svn (subversion) connected with project in source control menu

I have updated the Xcode version 10.0. I could open my existing projects and build / run them.

But I could not see the project or files connected to our SVN (subversion) in XCode menu "Source Control".

Please help if anybody has found solution to this issue.

Note:- The same projects were properly connected to svn and showing update / commit in the earlier version of XCode.

Upvotes: 1

Views: 696

Answers (1)

Swift Dev Journal
Swift Dev Journal

Reputation: 20088

According to the Xcode 10 release notes, Apple removed Subversion support in Xcode 10.

You have three options: go back to Xcode 9, convert your Subversion repository to git, or use another tool to manage your Subversion repository.

Upvotes: 2

Related Questions