You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2003/04/02 02:29:47 UTC

Re: svn commit: rev 5520 - trunk/tools/dev/iz

On Tue, Apr 01, 2003 at 07:06:14PM -0600, gstein@tigris.org wrote:
> Author: gstein
> Date: Tue Apr  1 19:06:13 2003
> New Revision: 5520
> 
> Added:
>    trunk/tools/dev/iz/
>    trunk/tools/dev/iz/defect.dem
>    trunk/tools/dev/iz/find-fix.py   (text, props changed)
> Log:
> This tool consumes some data that I extracted from the SVN IssueZilla
> database. It can produce a simple textual summary, or with the help of
> gnuplot, can produce a nifty graph.
> 
> The intent is to use this as an example for more interesting types of
> data extraction. More scripts or other reductions of the data at
> tigris.org are welcome.
>...
> +++ trunk/tools/dev/iz/find-fix.py	Tue Apr  1 19:06:13 2003
> @@ -0,0 +1,193 @@
> +#!/usr/bin/env python
> +#
> +# find-fix.py: produce a find/fix report for Subversion's IZ database
> +#
> +# This can be run over the data file found at:
> +#   http://subversion.tigris.org/iz-data/query-set-1.tsv


fyi:

I've just installed a cron job. The query set file is updated at 10:15pm
(Pacific time) every day.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org