Re: Removing working copy, leaving other files untouched
From: Stephane Bortzmeyer <bortzmeyer_at_nic.fr>
Date: Thu, 3 Jul 2008 14:37:08 +0200
On Wed, Jul 02, 2008 at 09:46:14PM +0200,
> Is it possible to remove all local files that belongs to SVN -
Untested (backup first!):
svn status -v | awk '!/^\?/ {print $4}' | xargs rm -f
The first command displays all the files, awk filters out the non-SVN
---------------------------------------------------------------------
|
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.