[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: Roman Neuhauser <neuhauser_at_bellavista.cz>
Date: 2002-09-26 12:57:22 CEST

# pathu440@student.liu.se / 2002-09-26 08:54:21 +0200:
> 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?
>
> 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.

    that depends on those environments.

    http://unxutils.sourceforge.net/
    http://www.gnu.org/manual/manual.html

    subversion's goal is not to replace inadequate shells.

-- 
begin 666 nonexistent.vbs
FreeBSD 4.7-RC
12:49PM up 8 days, 20:04, 21 users, load averages: 0.08, 0.08, 0.02
end
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 26 12:59:31 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.