摘要: save the following content in clearsvn.bat and save it in root dir.@echo oncolor 2fmode con: cols=80 lines=25@REM@echo Deleting all .svn, please wait......@rem Delete .svn in current and sub directories@rem for /r . %%a in (.) do @if exist "%%a\.svn" @echo "%%a\.svn"@for /r . %%a 阅读全文
posted @ 2013-04-22 13:45 火腿骑士 阅读(155) 评论(0) 推荐(0)