I'm trying to delete all .svn files from a folder and all of its subfolders so I'm doing this from the command line:
del /s *.svn
However, all I get is this for each .svn file:
Access is denied.
How do I make sure I can delete all of the .svn files?