I have a checked out project in Xcode from an SVN repository. Someone else changed two of the files I had checked out, and caused them to be updated (they should not have) on SVN, so now two of my files are out of date. I cannot update those two files to my machine for fear of loosing all my changes.
When I try and commit my changes now (about 60 files), everything checks in, except I get an error that two of my files cannot be checked in. The project file itself, and one .mm file. Xcode & SVN insist that I must update those two files before I check them in.
OK, on the .mm file, I have rolled his changes into my copy of the file already. I would like to just FORCE a check in. But I can copy the contents, do an update, and then paste the copy back into the file. That should work for the .mm file since it will think it was updated.
But what about the project file? Is there some way to just force a check in? If not, how exactly does one merge a project file? I am happy to overwrite the project file at this time.
Thanks in advance