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

Re: Call for a new patch manager

From: Michael W Thelen <mike_at_pietdepsi.com>
Date: 2006-09-08 18:45:32 CEST

Michael W Thelen wrote:
> Probably closer to a few minutes a day... when I was reading the mailing
> list regularly, it was very easy to push patches through the process
> described above. Once I started getting distracted by other things, it
> turned into about an hour of work every three weeks or so, whenever I
> caught up on reading the list. Speaking of which, I will catch up again
> on any patches that have been posted in the past week, and will make the
> Ruby script and a database dump available online. I'll post again when
> it's ready.

Okay, I've placed a MySQL dump file and the Ruby script here:

http://pietdepsi.com/svn-patch-manager/

Here's the select statement I usually use when reviewing patches. I
hope you find these useful.

select id, UPPER(status) as status, DATE(date) as date, \
     DATEDIFF(CURDATE(), date) as age, author, issue, \
     SUBSTRING(subject, 1, 50), notes from patches \
     where status in ('new', 'pinged', 'discuss') order by date;

-- 
Michael W Thelen
It is a mistake to think you can solve any major problems just with
potatoes.       -- Douglas Adams
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 8 18:54:31 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.