thebeebs | Remove all those pesky SVN folders
thebeebs
Zeroing the desk - Ignore the design
 
 

Remove all those pesky SVN folders

by thebeebs 3. November 2009 03:15

If you need to quickly remove all the svn folders in a directory tree to get a nice clean directory simply open cmd, navigate to the route and then run:

for /f "tokens=* delims=" %%i in ('dir /s /b /a:d *svn') do ( rd /s /q "%%i" )[source]

 

I’ve created a little bat file (well actually my colleague Lee did it) and put it below. You can drop this into the root of the folder double click it and volia you’ll be rid of those SVN folders.

 

Download the bat file here

Tags: , ,

Comments (1) -

stratford on avon hotels
stratford on avon hotels United States
8/14/2011 9:39:58 AM #

Hey this is a great post. Could you keep me updated with any other info similar to this? If travelling to the UK why not stay at Stratford hotel and watch a Shakespear play

Comments are closed