Hello I have recently begun using subversion within Xcode (new to subversion in general), and have run into a problem with Xcode identifying file status.
If I alter a file, it marks it with an M, as expected. If I close the project and reopen it, the M is gone, and Xcode seems to have lost understanding that that file has changed and needs to be committed. If Refresh Entire Project, it does not recognize the difference and mark it with M. If I alter a file, causing it to be marked, and then Refresh Entire Project, it clears the M away.
First, as a sanity check, I wanted to make sure that this was the incorrect behavior. Second, any ideas how to get it back on track? I have tried checking out a fresh copy and opening that in Xcode. It came in fine, but still exhibited the problem.
Rick Kitts posted a similar issue earlier this month, but no suggestions were made. >>XCode seems to get disconnected from Subversion in that it no longer displays the status of files in the project >>view with respect to the repository in Subversion. For example, if I edit a file it doesn't say M for modified.
Its not a huge deal so far, things are fine so long as I check in before I close the project or quit Xcode.
While on the subject, I am really happy with the svn support (except for this problem), it is clear and easy to use, thank you to those involved.
|