From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: git submodule and the bzr mirror on launchpad Date: Mon, 30 May 2011 04:30:02 +0000 (UTC) Message-ID: <87tyccygj3.fsf@mean.albasani.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQu7O-0007Kd-9q for emacs-orgmode@gnu.org; Mon, 30 May 2011 00:30:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQu7N-0007O8-62 for emacs-orgmode@gnu.org; Mon, 30 May 2011 00:30:18 -0400 Received: from lo.gmane.org ([80.91.229.12]:39115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQu7M-0007O3-UZ for emacs-orgmode@gnu.org; Mon, 30 May 2011 00:30:17 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QQu7K-0006Vh-2y for emacs-orgmode@gnu.org; Mon, 30 May 2011 06:30:14 +0200 Received: from e178209047.adsl.alicedsl.de ([85.178.209.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 May 2011 06:30:14 +0200 Received: from gegendosenfleisch by e178209047.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 May 2011 06:30:14 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I am trying to familiarize myself with bazaar, so I had a look at the org-mode bzr mirror of the git repo. https://code.launchpad.net/org-mode It fails to import since a couple of weeks, probably since this commit: ,---- | commit 509ee52b5317cbcd4a611f57980038c7249363ce | Author: Eric Schulte | Date: Sun Oct 3 10:50:21 2010 -0600 `---- Turns out that there is some trouble handling git submodules in the import; (see: https://bugs.launchpad.net/bzr/+bug/402814 ) they are working on this issue. Am I right that since march there is only the jump.el submodule? I am not familiar with git, but I was wondering if there is another way in this miraculous toolbox that is git - other than submodule - to get the current behaviour. It is not worth significant effort, especially because there is hope this issue will be solved on launchpads/bzr side hopefully soon, but if there is an easy and quick way, it would be nice to get the bzr mirror (and with it the daily .deb snapshots for ubuntu) back running. - Memnon