cleanSVN.bat中的内容为: for /r . %%a in (.) do @if exist "%%a\.svn" rd /s /q "%%a\.svn" 将cleanSVN..bat放到要清楚svn信息的文件夹下,执行即可。