问题
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