Skip to content

Instantly share code, notes, and snippets.

@amazedkoumei
Created May 15, 2012 11:25
Show Gist options
  • Save amazedkoumei/2700993 to your computer and use it in GitHub Desktop.
Save amazedkoumei/2700993 to your computer and use it in GitHub Desktop.
Windowsでカレントディレクトリ以下の.svnを削除する魔法のコマンド
for /R /D %I in (.svn) do RMDIR "%I" /S /Q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment