1) Create files called "SVNClean.reg"
2) Copy Following text
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 _svn) DO RD /s /q \"%%f\" \""3) Save file and double click.
4) This will install new window command on folders
5) Go to checked-out folder and right click and it will show you options "Delete SVN Folders"
6) Be careful before clicking this link since you will not able to rollback.
This procedure is for Window7 only. if you are using Mac or Linux then refer to this link which has more details.
Comments
Post a Comment