Actually it's easy:
1. Create a local repository: svnadmin create ./myrepository
2. In Xcode: SCM->Repositories->Add:
- Name: Local
- Scheme: file
- Path: Path to myrepository
3. Import your files to svn through the SCM window, remove them from your harddrive and check them out again
4. (yeah, I said 1,2,3, sorry, but it's already working so this is more for fun) Set the build directory some place else in the project info window, so that the build files don't bloat up you svn
No comments:
Post a Comment