[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-09-26 03:34:27 CEST

Pavel Roskin <proski@gnu.org> writes:

> > The rest is not really version control
> >
> > $ svn st --no-ignore | grep ^\? | cut -c2- | xargs rm -rf
>
> or simply:
>
> svn st --no-ignore | sed -ne 's/^?//p' | xargs rm -rf

Remind me: did we all agree that this *wouldn't* be a new subcommand?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 26 03:36:18 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.