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

Re: Removing .SVN administrative folders within a working copy

From: Simon Perreault <nomis80_at_nomis80.org>
Date: 2005-03-05 18:36:36 CET

On March 4, 2005 13:41, Jonathan Chum wrote:
> I was wondering if there is a way to recusrively remove all .SVN folders
> without doing an export.

rm -rf `find . -type d -name .svn`

-- 
Simon Perreault <nomis80_at_nomis80.org> -- http://nomis80.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 5 18:38:54 2005

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.