Understood.
I went in to another project that was under SVN control and did a test run. I created a dummy file; then outside of XCode, I created a new version of the dummy file with some modifications. I closed XCode; then just overwrote the dummy file in the working directory with the modified dummy file.
I then started XCode; it reported that the file is different than what's in the repository by putting an "M" next to it on the left. I opened the file; saw that it was my newly modified one and then committed my changes to the repository. So it worked.
I'll do the same procedure with the other files that I need to update.
Thanks for your help. Had a brain drain on this one for some reason.
Cheers!
|