I would like to check a particular folder ("myfolder") into SVN. TortoiseSVN believes it should contain a subfolder "mysub", but that subfolder no longer exists. (Long ago, I may have screwed something up when I renamed "mysub" to something else.)
TortoiseSVN shows the text-status of "mysub" as "deleted". When I try to check "myfolder" into SVN, I get this error:
Error. Commit failed. Entry for '...\mysub' has no url. Try a 'Cleanup'. If that doesn't work, you need to do a fresh checkout.
Cleanup completed successfully, but did not solve the problem.
First question: Are they saying I should delete my local copy of "myfolder" and replace it with a newly checked-out copy? (Sorry for the newbie question, but I am new to SVN and want to make sure I don't do anything stupid.)
Second question: Can anyone suggest an alternative? There are hundreds, maybe thousands, of files and folders under "myfolder" that have not yet been checked into SVN. I would lose all these files and folders if I deleted my working version. I could manually merge these files/folders into a newly checked-out repository, but that would be an enormous pain. I R-E-A-L-L-Y hope there is a way to fix the problem without deleting my working repository.