Re: Windows command to delete all .svn dirs
From: Josh Blair <josh.blair_at_gmail.com>
Date: 2007-06-22 00:44:52 CEST
Aren't those folders and files hidden and read-only?
Maybe try the /A:H switch or /A:HR
Or maybe try to remove the hidden and read-only attributes on that tree
Also, is the project structure still in a subversion repository? If so, you
Hope that helps,
-- Josh Blair Golden, CO On 6/21/07, Chris <shef31@yahoo.com> wrote: > > Doesn't work either. Strange, it should. > > Fossen Charles-KWT678 wrote: > > Does "del .svn /S /F" work? > > > > -----Original Message----- > > From: news [mailto:news@sea.gmane.org] On Behalf Of Chris > > Sent: Thursday, June 21, 2007 4:40 PM > > To: users@subversion.tigris.org > > Subject: Windows command to delete all .svn dirs > > > > I need to get rid of a gazillion little .svn directories in my (very > > large) project. Does anyone know of a Windows command to do it? > > > > del *.svn* /S /F > > > > does not work. I cannot figure out why. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org > > For additional commands, e-mail: users-help@subversion.tigris.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org > For additional commands, e-mail: users-help@subversion.tigris.org > >Received on Fri Jun 22 00:44:59 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.