[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: Tristan Seligmann <tristan_at_quotemaster.co.za>
Date: 2004-10-20 11:06:24 CEST

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

> It's just too easy to get burned with rm -rf.

I usually do something like:

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

just to check what will be executed, and then delete the 'echo'.

-- 
Tristan Seligmann
Software Engineer / Network Administrator
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 20 11:07:05 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.