Batch files Delete SVN version information. bat file contents are as follows:
@echo off Echo *********************************************************** Echo clears SVN version information echo ***************** : Start:: Startup process, switch directory: Set pwd=%cd%: cd%1 echo working directory is:& chdir:input:: Get input, Root According to input processing set source=: set/p source= OK to know the. SVN information in the current directory? [y/n/q] Set "Source=%source:" =% "if"%source% "= =" Y "goto clean if"%source% "= =" Y "goto clean If"%source% "= =" N "goto nocle An If "%source%" = = "N" goto Noclean If "%source%" = = "Q" goto End If "%source%" = = "Q" goto end goto Input:clean:: Master process, performing cleanup @echo on @for/d/R%%c in (. svn) do @if exist%%c (rd/s/q%%c & Echo
Easiest way to delete. SVN folders under Windows