Re: Determining svn conversion order
- From: Behdad Esfahbod <behdad cs toronto edu>
- To: Ross Golder <ross golder org>
- Cc: Joe Shaw <joeshaw novell com>, gnome-infrastructure gnome org
- Subject: Re: Determining svn conversion order
- Date: Tue, 14 Feb 2006 23:28:40 -0500 (EST)
On Tue, 14 Feb 2006, Ross Golder wrote:
> I thought of another way - using our bonsai checkins database. A few
> minutes playing around and I came up with this :
>
> select substr(repositories.repository from 12) as module,
> count(checkins.repositoryid) as tot from checkins, repositories where
> checkins.repositoryid = repositories.id and checkins.ci_when >
> date_sub(curdate(), interval 1 year) group by checkins.repositoryid
> order by tot desc;
>
> This turns up the resultset you can find here:
>
> http://www.gnome.org/~rossg/migrations.csv
Feel free to archive pango-web (the second to last module!)
Pango has moved to a wiki-based homepage. I thing it makes sense
to retire the trivially-not-needed-anymore modules.
> I see 'gtk+' and 'gimp' at the top, amongst the other main high-profile
> projects :)
>
> --
> Ross
--behdad
http://behdad.org/
"Commandment Three says Do Not Kill, Amendment Two says Blood Will Spill"
-- Dan Bern, "New American Language"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]