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

RE: Cleaning up .svn directories

From: André Pönitz <andre_at_wasy.de>
Date: 2005-04-26 18:35:16 CEST

Sebastien Arbogast
> Is there a mean to clean up .svn directories in all subdirectories of
> a checked out directory ?

Some variation on

 find /your/working/copy -type d -name .svn -exec rm -rf {} \;

should do the trick.

Andre'

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 26 18:38:19 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.