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

Re: BDB vs. FSFS

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-10-19 13:38:09 CEST

Boky wrote:

> Not to be smartass, but I would do it like this:
>
> 1. Install cygwin

Heh. Unix-like tools aren't the only cure. The following will remove the
.svn directories just fine, using only the Windows command line:

   for /R %i in (.svn) do rmdir /s /q %i

The Windows shell isn't as stupid as people seem to assume. :-)

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 19 13:38:55 2004

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.