| Author | Message |
Kilandor | #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 |

