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 .
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