/ Published in: Windows Registry
I changed the code on the web site slightly to get it to work with the registry editor.
Once this new shell command is in place, right click on the directory of interest, and select "Delete SVN Folders" to strip all the .svn folders from the directory.
Once this new shell command is in place, right click on the directory of interest, and select "Delete SVN Folders" to strip all the .svn folders from the directory.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Create a new key: \HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN Text of the default REG_SZ string should be: Delete SVN Folders Create a new key: \HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN\command Text of the default REG_SZ string should be: cmd.exe /C "TITLE Removing SVN Folders in %1 && FOR /r "%1" %%f IN (.svn) DO RD /s /q "%%f" "
URL: http://weblogs.asp.net/jgalloway/archive/2007/02/24/shell-command-remove-svn-folders.aspx