cotonti.com : Quick way to remove SVN folders https://www.cotonti.com Son konu mesajları Cotonti en Sat, 14 Mar 2026 04:56:44 -0000 Dayver Çrş, 10 Ara 2008 08:01:04 -0000 Kilandor Create a text file name it something like Remove SVN.bat
Edit it and inside put
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S *.svn*') DO RMDIR /S /Q %%G
Save and run it.

This will remove any .svn folder Recrusivly down from where it is ran.

I use this when I want to upload the trunk to a website :)]]>
Sal, 09 Ara 2008 09:22:48 -0000