FOR /F "tokens=*" %%G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q "%%G"
Tuesday, October 07, 2008
Delete svn folders /files Recursive Subfolders batch file
Create a batch file with the following code to remove all svn files + folders from your trunk.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment