Locally deleting a file followed by svn update restores the local copy of that file. However this does not seem to apply to folders. Is there any way to make it work for fol
use svn revert (-R) foldername to bring it back. you have deleted it using svn rm and svn up will not recreate it for you, because it is still marked as deleted