[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: Hakan Koseoglu <hakan.koseoglu_at_pcmsgroup.com>
Date: 2004-10-19 13:33:15 CEST

> > $ find . -type d -exec rm -rf {} \;
>
> Aii, this is what happens when you don't read your own commands, what
> i meant was of course:
>
> $ find . -type d -name '.svn' -exec rm -rf {} \;

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

-- 
Hakan Koseoglu
The views expressed in this e-mail may not necessarily be the views of
The PCMS Group plc and should not be taken as authority to carry out any
instruction contained.
---------------------------------------------------------------------
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:27: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.