[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: Dennis Schridde <devurandom_at_gmx.net>
Date: Mon, 12 May 2008 21:58:58 +0200

Am Montag, 12. Mai 2008 21:32:16 schrieb Karl Fogel:
> 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?
Sorry, no, I was not aware of that. Is that usually installed?
If it should be, it might be a bug in Gentoo's ebuild.

--Dennis

Received on 2008-05-12 22:05:57 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.