[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: Gary Thomas <gary_at_mlbassoc.com>
Date: 2005-07-13 15:50:48 CEST

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

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 13 15:52:36 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.