Xcode 10 不支持 SVN (Subversion) [英] Xcode 10 doesn't support SVN (Subversion)

查看:187
本文介绍了Xcode 10 不支持 SVN (Subversion)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

安装了新的 Xcode 10 beta 版本,在 Xcode->Preferences->Source Control 中看不到 SVN 选项,我可以单独看到 Git.

Installed new Xcode 10 beta version, Couldn't see the option for SVN in Xcode->Preferences->Source Control, I could see Git alone.

我猜 Xcode 10 移除了 SVN GUI,而是只支持 Git.或者我错过了配置中的某些东西.

I guess Xcode 10 removed the SVN GUI, instead it supports only Git. Or I miss something in configuration.

谢谢.

推荐答案

我也在使用 svn.而 Xcode 10 beta 取消对 svn 的支持真的是一件很糟糕的事情.但我确实发现使用 git-svn 是解决方案之一.

I'm using svn as well. And Xcode 10 beta is removing the support for svn is really a terrible thing. But I do find a out that using git-svn is one of the solution.

  • git svn clone 'svn url' 'localpath' <-> svn checkout 'svn url' 'localpath'
  • git svn rebase <-> svn 更新
  • git svn dcommit <-> svn commit

您可以在谷歌上搜索更多信息.

You may google for more information on this.

现在.您可以使用 Xcode 将代码与本地 git 进行比较.然后使用命令更新或提交到 svn.

Now. You could using Xcode to compare codes with your local git. Then using command to update from or commit to svn.

这篇关于Xcode 10 不支持 SVN (Subversion)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆