how to restore a locally deleted folder?

后端 未结 5 1943
温柔的废话
温柔的废话 2020-12-24 07:27

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

5条回答
  •  甜味超标
    2020-12-24 07:56

    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

提交回复
热议问题