I figured out how to integrate SVN into Xcode. First I created a SVN repository with Google Code: http://code.google.com/
After that I followed this tutorial to integrate my SVN Rep into Xcode:
After once completed Step 1 + 2, other team members can start with Step 3. Make sure that no Build Files are generated into the SVN folder. For that purpose change your project settings as shown in Step 1 of the tutorial.
After successfully integrating, you can access the well known functions (Update, Commit) in the menu item 'SCM'. There is "Update Entire Project", "Commit Entire Project" and "Refresh Entire Project". Normal workflow should be Update, Commit, Update, Refresh.
If you want to add a new file, right click on the file and 'Add to Repository'.
On the left window, where you see your files, if you right click on "Group & Files" you can enable "SCM" and you will see which files you changed.
If you want to be informed about what is going on in a Commit or Update, choose SCM > SCM Results.
But be prewarned, if you know Eclipse and SVN Integration, don't start to compare!!
Recent Comments