[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Feature request: svn cleantree

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Mon, 12 May 2008 15:32:16 -0400

Dennis Schridde <devurandom_at_gmx.net> writes:
> I would like this snippet to be integrated into subversion:
> for file in $(/usr/bin/svn status --no-ignore | awk '{print $2}') ; do
> echo "Deleting ${file}"
> rm -r ${file}
> done

Before we do that, were you aware of this?:

   $ pwd
   /home/kfogel/src/subversion
   $ svn info | grep URL
   URL: https://svn.collab.net/repos/svn/trunk
   $ find contrib -name "*clean*" -print | grep -v .svn/
   contrib/client-side/svn-clean
   $

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-12 21:32:40 CEST

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.