Clear Translated Text
 


Author Message

Kilandor

us
Posts: 710
http://www.kilandor.com/
Location: United States
Occupation: Kilandor
Age: 25
#1558   2008-12-09 01:22          
First Create a new folder, Inside it copy for example the trunk folder into it.
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 :)
Dreamhost
Promo Code 50COTONTI And you can get $50 off for your first year.
Promo Code 35COTONTI1DOMAIN And you can get $35 off for your f
Page created in 0.051 seconds SQL total time: 0.012 seconds - SQL queries: 24 - Average SQL time: 0.00048 seconds