在window下,打开DOS命令窗口,进入需要清除svn的文件目录。输入如下命令:
for /r . %a in (.) do @if exist "%a.svn" rd /s /q "%a.svn"
进入DOS窗口,进入需要清除的svn文件目录的方法是: