How to integrate Xcode with SVN

I have an existing iPhone project in SVN. I want to manage all this through Xcode.

Is there any way to integrate SVN with Xcode so that all SVN operations are possible through Xcode?

+3
source share
1 answer

Xcode 3.x already has built-in SVN support, which may well be sufficient for your requirements. (For more on built-in features, see the Xcode Source Management Guide )

I believe that Xcode 4.x will also offer some good improvements (see the “Version Editor” section of What's New in the Xcode 4 document ), but it is still a beta product and not for production use.

+1
source

Source: https://habr.com/ru/post/1788070/


All Articles