Skip to content

Instantly share code, notes, and snippets.

@giniedp
Created November 6, 2010 16:19
Show Gist options
  • Select an option

  • Save giniedp/665517 to your computer and use it in GitHub Desktop.

Select an option

Save giniedp/665517 to your computer and use it in GitHub Desktop.
remove .svn directories (Windows)
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q "%%G"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment