Xcode 10 doesn't support SVN (Subversion)

ぐ巨炮叔叔 提交于 2019-12-04 05:32:42

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

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.

Yes, they dropped SVN support.

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

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

. Support for Subversion has been removed. (33361671)

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