I use tortoise svn. I added a folder and commit it to the subversion repo. Then, my coworker did some stuff, made a mistake, and delete the entire folder and asks me to re submit the working files.
But now, when I click tortoise svn-> commit, it says that the "no files were changed or added". The files in the server repo is no longer as the entire folder is gone.
If I click update, it will remove my local folder and i don't want that. What I want is to recommit whatever I have on my local folder back to the repo. How do I do that?
Thanks.