I’m using TortoiseSVN. I just made quite a few changes to my working copy and now I went to do a commit some of the files went through but at one file named Search.aspx.cs it says
Commit failed (details follow):
Can't open file
'C:\-----\trunk\.svn\text-base\Search.aspx.cs.svn-base':
The system cannot find the file specified.
I have tried doing a SVN update and SVN cleanup and nothing is restoring this file. I can’t even create a diff because it gives a similar error about missing files. How do I fix this? What did I do to cause it?
Does this seem like a possible answer to your situation?
(from http://www.uwplatt.edu/csse/tools/subversion/subversion-help.html)
I had this same error, and using Tortoise SVN’s repo browser was able to confirm that there were two files in the repository with the same name only varying by upper/lowercase letters. You can also fix this issue through the repo browser by deleting one of the files (you can do a diff first through repo browser to make sure you have what you need).