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

Feature request: svn cleantree

From: Dennis Schridde <devurandom_at_gmx.net>
Date: Mon, 12 May 2008 19:04:23 +0200

Hello!

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

Thanks,
Dennis

Received on 2008-05-12 20:56:06 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.