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: Fri, 07 Oct 2011 03:25:56 -0500 Message-ID: References: <8762k1z9cr.fsf@gmail.com> <87y5wxi5ek.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1317976019 22560 80.91.229.12 (7 Oct 2011 08:26:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 Oct 2011 08:26:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 07 10:26:55 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 1RC5le-00032d-W1 for ged-emacs-devel@m.gmane.org; Fri, 07 Oct 2011 10:26:55 +0200 Original-Received: from localhost ([::1]:39682 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC5le-00020k-Fl for ged-emacs-devel@m.gmane.org; Fri, 07 Oct 2011 04:26:54 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC5lb-000208-BY for emacs-devel@gnu.org; Fri, 07 Oct 2011 04:26:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RC5la-0007an-Ee for emacs-devel@gnu.org; Fri, 07 Oct 2011 04:26:51 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:32927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC5la-0007ah-6j for emacs-devel@gnu.org; Fri, 07 Oct 2011 04:26:50 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RC5lY-000321-Eg for emacs-devel@gnu.org; Fri, 07 Oct 2011 10:26:48 +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 ; Fri, 07 Oct 2011 10:26:48 +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 ; Fri, 07 Oct 2011 10:26:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 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:PKz0eOkQP+LOpz4pG3r7SeEdbgw= 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:144677 Archived-At: >>>>> Thierry Volpiatto writes: > So IIUC to make a git repo containing all Emacs branches, it is needed to > checkout all these branches in the bzr repo and then git-bzr clone bzr repo>? I have to checkout all the branches within a "multi-site" repository, and then do: git bzr add git bzr fetch Wash, rinse, repeat. So far I have not found a way to get a listing of all the branches in a Bazaar repository, nor how to mirror them. This looks like it may need some scripting. John