Created
August 5, 2016 14:28
-
-
Save mladenp/9bcae8bd1116c885cb223e372dc93af1 to your computer and use it in GitHub Desktop.
Win cmd delete all .svn files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FOR /R FOLDERNAME %X IN (.svn) DO (RD /S /Q "%X" 2>nul) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment