[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 16:07:51 -0400

Dennis Schridde <devurandom_at_gmx.net> writes:
> 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.

Things in contrib don't get installed by default usually, but Gentoo or
any other distribution certainly could install it. You might want to
prod them about that.

---------------------------------------------------------------------
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 22:08:18 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.