I deleted manually a directory I just added, offline, in my repository. I can\'t restore the directory.
Any attempt to do an update or a commit will fail with:
What I did to fix this was to delete the local copy of the folder under question and then do an svn update of the parent directly afterwards.
svn update
Fixed it right up.