From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Git mirrors Date: Wed, 12 Oct 2011 17:35:45 -0500 Message-ID: References: <8762k095n4.fsf@lifelogs.com> <871uuksdxi.fsf@lifelogs.com> <83lissxj9a.fsf@gnu.org> <87k48by7ex.fsf@lifelogs.com> <83sjmywqc6.fsf@gnu.org> <877h49evsi.fsf@wanadoo.es> <83wrc93m42.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318459001 12522 80.91.229.12 (12 Oct 2011 22:36:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 Oct 2011 22:36:41 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 13 00:36:36 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RE7Pf-0008Ry-9D for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2011 00:36:35 +0200 Original-Received: from localhost ([::1]:41043 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE7Pe-0001GN-Mm for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2011 18:36:34 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE7Pc-0001GC-2e for emacs-devel@gnu.org; Wed, 12 Oct 2011 18:36:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RE7Pa-0007C9-RS for emacs-devel@gnu.org; Wed, 12 Oct 2011 18:36:31 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:34353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE7Pa-0007C0-KF for emacs-devel@gnu.org; Wed, 12 Oct 2011 18:36:30 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RE7PY-0008Ph-Lt for emacs-devel@gnu.org; Thu, 13 Oct 2011 00:36:28 +0200 Original-Received: from c-98-215-105-167.hsd1.il.comcast.net ([98.215.105.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Oct 2011 00:36:28 +0200 Original-Received: from jwiegley by c-98-215-105-167.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Oct 2011 00:36:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-98-215-105-167.hsd1.il.comcast.net User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (darwin) Cancel-Lock: sha1:tJTmYwr4ycUsjHuYY0Twm77RVA4= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145070 Archived-At: >>>>> Eli Zaretskii writes: > bzr revision-info cyd@stupidchicken.com-20090609183929-nuq8sa1d8pep960t > produces output that is easier to parse: > 96032 cyd@stupidchicken.com-20090609183929-nuq8sa1d8pep960t Wow. On my VPS, doing this a single time takes 16 seconds. Plus, I have to do it within the right branch, which means that programmatically, I'll have to do everyone within every branch. That would take a little over a year. Is there not a better to do this? Maybe with some Python code that accesses the repository info directly and can turn a file full of rev-info's into the corresponding output? Then I could add a method that only outputs the new ones. John