From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: git-1.8.2 support pulling from and pushing to a bzr branch Date: Mon, 15 Apr 2013 21:06:17 +0200 Message-ID: <871uabzk9i.fsf@engster.org> References: <87vc7qurlt.fsf@bernoul.li> <8738ur6brf.fsf@saturn.laptop> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1366052790 13797 80.91.229.3 (15 Apr 2013 19:06:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Apr 2013 19:06:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: keramida@ceid.upatras.gr (=?utf-8?B?zpPOuc+Oz4HOs86/z4IgzprOtc+BzrE=?= =?utf-8?B?zrzOr860zrHPgg==?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 15 21:06:34 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 1URoja-0006g9-CY for ged-emacs-devel@m.gmane.org; Mon, 15 Apr 2013 21:06:34 +0200 Original-Received: from localhost ([::1]:38625 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URojZ-0000F6-OE for ged-emacs-devel@m.gmane.org; Mon, 15 Apr 2013 15:06:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URojV-0000ES-Is for emacs-devel@gnu.org; Mon, 15 Apr 2013 15:06:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URojT-0003DY-AP for emacs-devel@gnu.org; Mon, 15 Apr 2013 15:06:29 -0400 Original-Received: from randomsample.de ([83.169.19.17]:41542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URojS-00039U-VU for emacs-devel@gnu.org; Mon, 15 Apr 2013 15:06:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=Ke3IN70LWMOCFmdaMiVWVOuAEQWO0eYzqbmswYN5OkU=; b=odqheT1m11Zq20RK16PXLsKObJNaVmIGut+n7pNJe1M9+Q+EMvKj2pVEEAXvo861zVA79sIM3UHnsfb2eCo+N8cgXYzixiJZ99YLRnW23V6apaTIbh9cOt6GV78m3loi; Original-Received: from dslc-082-083-051-027.pools.arcor-ip.net ([82.83.51.27] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1URojK-00013w-Gi; Mon, 15 Apr 2013 21:06:18 +0200 In-Reply-To: <8738ur6brf.fsf@saturn.laptop> (=?utf-8?B?Is6TzrnPjs+BzrM=?= =?utf-8?B?zr/PgiDOms61z4HOsc68zq/OtM6xz4IiJ3M=?= message of "Mon, 15 Apr 2013 17:42:44 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3 (gnu/linux) Mail-Followup-To: keramida@ceid.upatras.gr (=?utf-8?B?zpPOuc+Oz4HOs86/z4Ig?= =?utf-8?B?zprOtc+BzrHOvM6vzrTOsc+C?=), emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 83.169.19.17 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:158934 Archived-At: =CE=93=CE=B9=CF=8E=CF=81=CE=B3=CE=BF=CF=82 =CE=9A=CE=B5=CF=81=CE=B1=CE=BC= =CE=AF=CE=B4=CE=B1=CF=82 writes: > Ditto. > > I did the same experiment when I found out about the new support too. > Unfortunately, I also hit the "object 000000000 not existing" problem, > and failed to re-fetch anything from the git clone. The existing git > mirror works fine for now I think. Report these problems at https://github.com/felipec/git/issues though I'd suggest to first try the latest version from https://github.com/felipec/git/blob/fc/remote/bzr/contrib/remote-helpers/gi= t-remote-bzr -David