Return to Snippet

Revision: 12693
at March 24, 2009 18:48 by abwaters


Initial Code
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN]
@="Delete SVN Folders"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN\command]
@="cmd.exe /c \"TITLE Removing SVN Folders in %1 && COLOR 9A && FOR /r \"%1\" %%f IN (.svn) DO RD /s /q \"%%f\" \""

Initial URL
http://weblogs.asp.net/jgalloway/archive/2007/02/24/shell-command-remove-svn-folders.aspx

Initial Description
Very useful for when you don't have Cygwin or are not running on a linux box...

Initial Title
Windows Shell Command to Delete .SVN Files

Initial Tags
svn

Initial Language
Windows Registry