Monday, May 30, 2011

Xcode 4 Version Control with Subversion



Vision
To create an example of how to use Xcode 4's version control with subversion.

Example

1. Import the Project into the repository

1.1 On the bottom toolbar of the Organizer - Repositories select the import button



1.2 Select the project folder you want to import and click the import button.



1.3 Set the initial comment for the import


1.4 Confirm the import in the Organizer - Repositories



2. Checkout the project for editing

2.1 On the bottom toolbar of the Organizer - Repositories select the "Checkout" button



2.2 Now select the local working copy location to check the code out to.



2.3 Finally select if you want to Open the checked out project.



Built Using
XCode 4


Reference

http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/SCM/SCM.html

No comments:

Post a Comment