Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save berkin/946372 to your computer and use it in GitHub Desktop.
Save berkin/946372 to your computer and use it in GitHub Desktop.
recursively delete .svn folders
FOR /R %d IN (.svn) DO rmdir /s /q “%d”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment