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

Re: [PATCH] Additions to INSTALL

From: Rafael Garcia-Suarez <raphel.garcia-suarez_at_hexaflux.com>
Date: 2002-09-26 17:03:13 CEST

Garrett Rooney <rooneg@electricjellyfish.net> wrote:
> > svn status --no-ignore | perl -lne '/^\?\s*(.*)/ and unlink $1'
>
> that won't work for directories.

D'oh, yes. So fallback to xargs. I see that svn usefully reports only
the unrecognized directory, not its contents : cool. (sorry for the
noise, couldn't resist)

...| perl -l0ne 's/^\? *// and print' | xargs -0 rm -f

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 26 17:05:58 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.