Abhinav
Abhinav

Reputation: 38162

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?

Upvotes: 3

Views: 3772

Answers (1)

John Parker
John Parker

Reputation: 54445

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.

Upvotes: 1

Related Questions