Error message:
"svn: cannot open file '/Users/username/Projects/myproject/trunk/project/.svn/text-base/filetoupdate.h.svn-base': there is no such file or directory"
Question:
I have a problem: I replaced the file in the project (in Xcode) with a new file (for reference, and if that matters, the new file has the same name as the one I deleted earlier).
Now, when I try to commit my changes to Xcode, I get the error message above and cannot commit the changes (for example, add a new file).
In the file system view (in Xcode on the left side of the screen), the file has an R next to it (indicating "Replaced in the repository").
Does anyone know how to fix this so that I can commit files?
thank
source
share