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

Re: [PATCH] Remove an old script from the "tools" directory

From: <kfogel_at_collab.net>
Date: 2006-02-13 21:44:44 CET

Julian Foad <julianfoad@btopenworld.com> writes:
> Any objections to removing tools/dev/find-textfiles.sh?

Yes. My objection is that you are merely proposing to remove it,
rather than, say, drop it onto the surface of a neutron star at high
speed after coating it in contact explosives.

Kill it :-)

-Karl

> Remove an old script from the "tools" directory. It only printed a list of
> files whose MIME type contained "text", and it hasn't known the correct name
> of Subversion admin dirs since way before version 1.0, so can't be in use.
>
> * tools/dev/find-textfiles.sh
> Deleted.
>
> Index: tools/dev/find-textfiles.sh
> ===================================================================
> --- tools/dev/find-textfiles.sh (revision 18347)
> +++ tools/dev/find-textfiles.sh (working copy)
> @@ -1,18 +0,0 @@
> -#!/bin/sh
> -#
> -# USAGE: find-textfiles SVN-WC
> -#
> -# A list of text files will be generated to STDOUT.
> -#
> -
> -if test $# != 1; then
> - echo USAGE: find-textfiles SVN-WC
> - exit 1
> -fi
> -
> -for f in `find $1 -type f | fgrep -v /SVN/`; do
> - mime="`file -i $f | fgrep text`"
> - if test "$mime" != ""; then
> - echo $f
> - fi
> -done
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

-- 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 13 23:26:21 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.