[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Windows command to delete all .svn dirs

From: George Stein <george.stein_at_go4more.de>
Date: 2007-06-22 13:18:24 CEST
On 6/21/07, Chris <shef31@yahoo.com> wrote: 
> del *.svn* /S /F
>
> does not work. I cannot figure out why.

What about

for /f "tokens=*" %v in ('dir /ah /s /b <your dir>\.svn') do rd /s /q %v

Best
George
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org Received on Fri Jun 22 13:18:44 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.