windows-删除svn信息脚本

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

保存成bat文件,放项目根路径下。bash

相关文章
相关标签/搜索