Created
October 8, 2011 20:20
-
-
Save mbmccormick/1272822 to your computer and use it in GitHub Desktop.
Remove SVN directories from Windows
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 /f "tokens=* delims=" %%i in ('dir /s /b /a:d *svn') do ( rd /s /q "%%i" ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment