for /r . %%a in (.) do @if exist "%%a\.svn" rd /s /q "%%a\.svn"

相关文章: