[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: Dale Worley <dworley_at_pingtel.com>
Date: 2005-07-13 16:01:51 CEST

> From: Julien ALLANOS [mailto:julien.allanos@aql.fr]

> 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.

It seems like a simple shell scripting problem:

    svn rm $( svn status ... | sed -e '/^!/!d' -e 's/^!//' )

Dale

---------------------------------------------------------------------
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:05:19 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.