[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: Helge Jensen <helge.jensen_at_slog.dk>
Date: 2004-10-19 13:29:39 CEST

Hakan Koseoglu wrote:

> I find this method faster:
> find . -type d -name '.svn' | xargs rm -rf

And this one even works when there's white-space in the names of
directories containing the .svn dirs :)

        find . -type d -name '.svn' -print0 | xargs -0 rm -rf

-- 
Helge
---------------------------------------------------------------------
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:31:34 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.