Xcode 10 doesn't support SVN (Subversion)

試著忘記壹切 提交于 2019-12-06 00:48:56

问题


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

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

Thanks.


回答1:


SVN support has unfortunately been removed. As a free alternative you can use alongside Xcode take a look at svnX. HTH




回答2:


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 update
  • git svn dcommit <-> svn commit

You may google for more information on this.

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




回答3:


Yes, they dropped SVN support.

Found that SnailSVN is good enough - it resembles closely TortoiseSVN on Windows which is good.




回答4:


SVN is no longer supported on Xcode 10, based on Xcode 10 Release notes

. Support for Subversion has been removed. (33361671)



来源:https://stackoverflow.com/questions/51112779/xcode-10-doesnt-support-svn-subversion

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!