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

Re: removing missing files/directories?

From: Bob Proulx <bob_at_proulx.com>
Date: 2005-07-13 18:22:04 CEST

Julien ALLANOS wrote:
> Quoting Gary Thomas <gary@mlbassoc.com>:
> >% svn status | fgrep '\!' | awk '{print $2;}' | xargs svn rm
> >
>
> Heh, unfortunatly it's not as simple as that, as I'm using a Windows shell
> :)

Ugh. I would redirect the output to a doit.bat file. Then edit the
file with an editor and create the commands to do what you want
there. You should be able to create the commands easily in a
reasonable editor. Then run the resulting bat file.

Actually, what I would really do is to install the Cygwin toolkit and
run the originally suggested commands. It is free and very useful.

> Is there any change that a new option to svn remove would appear to
> ease this process?

This is such a low use case that I don't think an option is really
needed. How often does this happen?

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 13 18:24:07 2005

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.