If you delete a directory from an SVN working copy, but haven\'t committed yet, it\'s not obvious how to get it back. Google even suggests \"svn undo delete before commit\" as a
You could remove the folder and update the parent directory before committing:
rm -r some_dir
svn update some_dir_parent