You can run this from the command prompt under the root directory where there is .svn file:
FOR /F "tokens=*" %G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q "%G"
You can run this from the command prompt under the root directory where there is .svn file:
FOR /F "tokens=*" %G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q "%G"