Re: Removing non-versioned files in the WC
From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-02-16 00:04:36 CET
On Feb 15, 2004, at 5:59 PM, Toshio wrote:
> Is there an svn option to remove non-versioned files in the WC?
There is not. Subversion doesn't go out of it's way to implement
$ svn st --no-ignore | awk '/^I/ { print $2 }' | xargs rm -rf
-garrett
---------------------------------------------------------------------
|
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.