I have a directory with many sub-directories. In each folder there is a subversion folder (.svn).
Is there a command in windows that will go through each folder and
Sorry for being late to the party but here's another one in a single line:
for /r %i in (.svn) do rmdir /s /q "%i"