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:
I tried svn rm --force /path/to/dir to no avail but ended up just running svn up and it fixed it for me.
svn rm --force /path/to/dir
svn up