This may be a newbie questions but I have been working with Subversion (SVN) for a while now and today something odd happen. I use Tortoise SVN for windows to manage my local working copies. I was in the middle of updating all of my working copies and I noticed that there were 2 branch folders that were duplicates. I right clicked the duplicate folder to delete it but on accident I clicked "ADD+". I realized the mistake and to correct it I simply deleted the duplicate folder from the hard drive. However now when I try to commit the main folder I am getting the following error .
Commit Commit failed (details follow): 'C:_SVN\site\branches\newui\images' is scheduled for addition, but is missing
This error is correct that folder is "missing" I deleted it. However now tortoise wont let me commit the folder so my working copy is out of sync.
My question is, is there a way to "reset" or "clear" scheduled additions from the repo? How can I get past this issue?
Thanks for any help