I'm trying to learn CVS and using Xcode. So far I:
1. created an Xcode project
2. imported the project to the CVS repository
3. did a checkout on the project
4. opened the project from Xcode
After that, my next experiment was to create a new class i.e., test.m and test.h. I was pleased to see that that the SCM smart group picked up the new files and indicated the correct state.
1. I then added & committed the new files to the repository
2. Closed Xcode
3. Put the project folder in the trash
4. I then checked out a fresh copy of the project.
5. I inspected the project folder from the Finder and see the test.h and test.m files. Great! So far, so good!
However, when I open the project from within Xcode, it does not load up the files into the project. Meaning that I don't see them under Groups & Files. This stumped me, since I was carefull to add and commit changes to the repository. What am I missing here?
Thanks in advance!
