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

Re: remove .svn entries

From: Jeremy Pereira <jeremy.pereira_at_ntlworld.com>
Date: 2004-09-07 22:08:02 CEST

On Sep 7, 2004, at 20:00, Joerg Hessdoerfer wrote:

>
> Not to be too picky here, but this plain doesn't work for path's
> containing
> spaces. In Linux, do
>
> find . -iname '.svn' -print0 | xargs -0 rm
>
> instead. (Just for the sake of being complete, that is).

Not to be *too* picky, but .svn is likely to be a (non empty)
*directory*.

find . -iname '.svn' -print0 | xargs -0 rm -rf

>
> Greetings,
> Joerg
> --
> Leading SW developer - S.E.A GmbH
> Mail: joerg.hessdoerfer@sea-gmbh.com
> WWW: http://www.sea-gmbh.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>

--
Jeremy Pereira
http://www.jeremyp.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 7 22:08:26 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.