[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: John Szakmeister <john_at_szakmeister.net>
Date: 2004-10-19 12:34:37 CEST

On Tuesday 19 October 2004 06:22, Boky wrote:
> Not to be smartass, but I would do it like this:
>
> 1. Install cygwin
> 2a. rm -rf $(find -name .svn)
> or, if that doesn't work (to many files), do
> 2b for f in `find -name .svn`; do rm $f; done

That's great if you want to install Cygwin. :-) Personally, I keep
running into strange behaviors, and avoid it like the plague. However,
UnxUtils has turned out to be fairly reliable.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 19 12:35:04 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.