Xcode 版本 10.0 (10A255) - 在源代码管理菜单中不显示与项目连接的 svn (subversion)

问题描述:

我已经更新了 Xcode 版本 10.0.我可以打开我现有的项目并构建/运行它们.

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

但是我在 XCode 菜单源代码控制"中看不到连接到我们的 SVN(subversion)的项目或文件.

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.

注意:- 相同的项目已正确连接到 svn 并在早期版本的 XCode 中显示更新/提交.

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

根据 Xcode 10发行说明,Apple 在 Xcode 10 中删除了 Subversion 支持.

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

您有三个选择:返回 Xcode 9,将您的 Subversion 存储库转换为 git,或使用其他工具来管理您的 Subversion 存储库.

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