From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: git-1.8.2 support pulling from and pushing to a bzr branch Date: Tue, 30 Apr 2013 12:24:06 +0200 Message-ID: References: <87vc7qurlt.fsf@bernoul.li> <87wqs2v1gj.fsf@dex.adm.naquadah.org> <877gjz3bwf.fsf@engster.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1367317480 23676 80.91.229.3 (30 Apr 2013 10:24:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Apr 2013 10:24:40 +0000 (UTC) Cc: felipe.contreras@gmail.com To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 30 12:24:39 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UX7ji-0006Bl-Nq for ged-emacs-devel@m.gmane.org; Tue, 30 Apr 2013 12:24:38 +0200 Original-Received: from localhost ([::1]:40005 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UX7ji-0006u0-4R for ged-emacs-devel@m.gmane.org; Tue, 30 Apr 2013 06:24:38 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UX7jW-0006bx-4N for emacs-devel@gnu.org; Tue, 30 Apr 2013 06:24:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UX7jU-0002sD-LA for emacs-devel@gnu.org; Tue, 30 Apr 2013 06:24:26 -0400 Original-Received: from mx2.bahnhof.se ([213.80.101.12]:61753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UX7jU-0002rf-6y for emacs-devel@gnu.org; Tue, 30 Apr 2013 06:24:24 -0400 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx2-reinject (Postfix) with ESMTP id 2E536D4CD3; Tue, 30 Apr 2013 12:24:24 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF3) Original-Received: from mf3.bahnhof.se ([127.0.0.1]) by localhost (mf3.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GpvHTGN0XOZz; Tue, 30 Apr 2013 12:24:17 +0200 (CEST) Original-Received: from mta.verona.se (h-235-102.a149.priv.bahnhof.se [85.24.235.102]) by mf3.bahnhof.se (Postfix) with ESMTP id 55E1D60507C; Tue, 30 Apr 2013 12:24:17 +0200 (CEST) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id 7FAEC4E3848; Tue, 30 Apr 2013 10:24:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SAbtl1DKsS3V; Tue, 30 Apr 2013 12:24:06 +0200 (CEST) Original-Received: from chopper.vpn.verona.se (chopper.verona.se [192.168.200.122]) by mta.verona.se (Postfix) with ESMTP id 433EB4E1EF8; Tue, 30 Apr 2013 12:24:06 +0200 (CEST) In-Reply-To: (joakim@verona.se's message of "Sat, 20 Apr 2013 21:01:53 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Mac OS X 10.x X-Received-From: 213.80.101.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:159222 Archived-At: joakim@verona.se writes: > joakim@verona.se writes: > >> David Engster writes: >> >>> 'joakim' writes: >>>> I also tried cloning trunk. It takes a long time. The resulting >>>> directory is 12Gb. >>> >>> You have to pack it afterwards using 'git gc --agressive'. >> >> I tried this. I took some time. (long enough that I started doing >> something else) Afterwards the repo was 1gb in total. >> >> I'm just reporting so people can have some clue what to expect. I'm >> impressed it works at all, especially as compared to the various >> fastimport based approaches. > > I tried pushing a small patch to my xwidget branch using > git-remote-bzr. Pushing times out. I've contacted the author about the > issue. I have now pushed a test commit to my xwidget branch using the latest version of Felipes git-remote-bzr. https://raw.github.com/felipec/git/fc/master/contrib/remote-helpers/git-remote-bzr Felipe was very helpful during this test. I think more of us should try it out now. > >> >>> >>> -David >>> -- Joakim Verona