Re: Determining svn conversion order



On อ., 2006-02-14 at 23:28 -0500, Behdad Esfahbod wrote:
> 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.
> 

Moved 'pango-web' to the Attic.

--
Ross





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]