SVN: revert all command

If you accidentally marked all your files as "delete" (your file/folder has a red x on it), you can use below command to remove the delete state.

svn revert -R .
原文地址:https://www.cnblogs.com/cindy-hu-23/p/4576933.html