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 
 It seems like a simple shell scripting problem:
     svn rm $( svn status ... | sed -e '/^!/!d' -e 's/^!//' )
 Dale
 ---------------------------------------------------------------------
  | 
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.