Saturday, February 20, 2010
If you want to decouple your code from SVN, there are a number of ways to do it, as documented here - http://vidmar.net/weblog/archive/2007/12/11/subversion-and-tortoisesvn-tips-and-tricks.aspx

But I think the easiest is Jon Galloway's solution.

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\" \""



The original post is here - http://weblogs.asp.net/jgalloway/archive/2007/02/24/shell-command-remove-svn-folders.aspx

Saturday, February 20, 2010 12:39:09 AM (GMT Standard Time, UTC+00:00) | Comments [0] | Build Process#
Search
Archive
Links
Categories
Admin Login
Sign In
Blogroll