How to integrate Xcode with SVN
I have an existing iPhone project in SVN. I want to manage it 开发者_开发百科all through Xcode.
Is there any way I can integrate SVN with Xcode so that all SVN operations are possible thru Xcode?
Xcode 3.x already has SVN support built-in, which may well be sufficient for your requirements. (See the Xcode Source Management Guide for details of the built-in capabilities.)
I believe that Xcode 4.x will offer some nice improvements to this as well (see the "Version Editor" blurb in the What's new in Xcode 4 document), but this is still a beta product and not for production use.
精彩评论