| 
View
 

helpful command prompt commands

Page history last edited by Matthew Smith 15 years, 8 months ago

Recursively remove all .svn folders from a directory:

 

for /r YOURPATH %f in (.svn) do rd /s /q %f 

Comments (0)

You don't have permission to comment on this page.