Skip to content

Instantly share code, notes, and snippets.

@mladenp
Created August 5, 2016 14:28
Show Gist options
  • Save mladenp/9bcae8bd1116c885cb223e372dc93af1 to your computer and use it in GitHub Desktop.
Save mladenp/9bcae8bd1116c885cb223e372dc93af1 to your computer and use it in GitHub Desktop.
Win cmd delete all .svn files
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