Method One
Deletes the. SVN directory of the hidden attributes in the target directory directly and progressively. Method Two
If you are using a TORTOISESVN client, create a new directory A in another place, right-click the SVN directory and drag onto a to let go, and select "SVN to copy version-controlled entries to target location" in the pop-up menu. Method Three
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\FOLDER\SHELL\DELETESVN]
@= "Delete this directory under. svn file"
[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\ "\" "
Save the above text as a Done.reg file, then execute it, and import it into the registry; you'll have to come out one more time when you right-click a folder. "Delete this directory. svn file", execute the command.