CVS – iPhone XCode

1) Create a new project
2) Add the following two lines of code in the header for the main AppDelegate.h and AppDelegate.m

// $Header$
// $Log$

3) Save the project
4) In the top XCode menu go to SCM/Repositories
5) Import the project folder
6) In Xcode, close the project

This is the important step!!!
7) In the Finder, delete the project folder (there is a bug that causes errors if you do not do this!)

8) Back in SCM/Repositories, Checkout the project folder (place it were you just deleted the old folder) and then open it
9) SCM/Configure SCM For This Project – At the very bottom – SCM Repository: MP1
10) SCM/Configure SCM For This Project – At the very bottom -Rebuild Code Sense Index

That’s it! Now all changes to the project will be tracked. We have not figured out how to track .xib changes yet.

Right click the individual filename or the entire project when you want to “Commit Changes”.

PS: Please make sure to write lots of comments in your code as they really do help =)

1 thought on “CVS – iPhone XCode”

Leave a Comment