[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: Patrik Husfloen <pathu440_at_student.liu.se>
Date: 2002-09-26 08:54:21 CEST

is this possible in win32 and other non-*nix environments.
I know the win2k/xp command-prompt is a a lot more powerful that most
people think, but is it possible without installing such tools as "sed"
and "xargs" neither of which I know what does.

/patrik

Ben Collins-Sussman wrote:
> 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
>
>

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