Re: remove .svn entries
From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2004-09-13 08:07:47 CEST
> > Not to be too picky here, but this plain doesn't work for path's
"Not to be *too* picky" :-), but I'd suggest even
find . -name '.svn' -type d -exec rm -rf {} \;
(which saves trouble with files like .SVN and similar)
(Yes, I know, my version does *a lot* calls to rm. But, believe it or not,
Regards,
Phil
---------------------------------------------------------------------
|
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.