Search code examples
gitxcode4

Xcode 4 Git—"This file does not exist at the requested revision"


I have a local git repository that I set up with a project in Xcode 4. The repository shows up fine in the Organizer and I can see commit histories and Source Control icons in the File Navigator. Commits work fine as well. However, when I use the version editor, I get the error "This file does not exist at the requested revision" whenever I try to see any previous revision. I can't find any information on this error and have no idea how to fix. git log shows four recent commits (I know there are more, but I don't know if this is a restriction of the command or if something's disappearing). Any ideas?


Solution

  • Still no answer; I've had to do some major changes the project anyway so I started a new project. All is well.