Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 900
Abhinav Avatar asked Dec 07 '25 13:12

Abhinav


1 Answers

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.

like image 159
John Parker Avatar answered Dec 09 '25 04:12

John Parker