[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: Julien ALLANOS <julien.allanos_at_aql.fr>
Date: 2005-07-13 15:57:13 CEST

Quoting Gary Thomas <gary@mlbassoc.com>:

> On Wed, 2005-07-13 at 15:36 +0200, Julien ALLANOS wrote:
>> Hello,
>>
>> Is there a simple way to remove missing files/directories (those
>> marked ! in svn
>> st) all in once? At the moment I have to copy/paste files names to
>> svn remove,
>> and I didn't see any option in svn remove to do this.
>
> Assuming Linux and 'bash' shell:
>
> % 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 :)

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

Thanks,

-- 
Julien ALLANOS
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 13 16:01:49 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.