From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Michael Reilly Newsgroups: gmane.emacs.devel Subject: Re: Git mirrors Date: Fri, 7 Oct 2011 06:14:30 -0400 Message-ID: References: <87zkhdqo3d.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e65a076efb2ded04aeb2b414 X-Trace: dough.gmane.org 1317982488 2052 80.91.229.12 (7 Oct 2011 10:14:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 Oct 2011 10:14:48 +0000 (UTC) Cc: "Stephen J. Turnbull" , Andreas Schwab , emacs-devel@gnu.org To: John Wiegley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 07 12:14:41 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 1RC7Ru-00061R-JB for ged-emacs-devel@m.gmane.org; Fri, 07 Oct 2011 12:14:38 +0200 Original-Received: from localhost ([::1]:40379 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC7Rt-0001I6-Jr for ged-emacs-devel@m.gmane.org; Fri, 07 Oct 2011 06:14:37 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC7Rq-0001Hz-3U for emacs-devel@gnu.org; Fri, 07 Oct 2011 06:14:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RC7Ro-0003KY-JS for emacs-devel@gnu.org; Fri, 07 Oct 2011 06:14:34 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:65449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RC7Ro-0003Jt-F9 for emacs-devel@gnu.org; Fri, 07 Oct 2011 06:14:32 -0400 Original-Received: by wyh15 with SMTP id 15so454060wyh.0 for ; Fri, 07 Oct 2011 03:14:31 -0700 (PDT) Original-Received: by 10.216.220.131 with SMTP id o3mr2220095wep.11.1317982470614; Fri, 07 Oct 2011 03:14:30 -0700 (PDT) Original-Received: by 10.216.182.73 with HTTP; Fri, 7 Oct 2011 03:14:30 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 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:144683 Archived-At: --0016e65a076efb2ded04aeb2b414 Content-Type: text/plain; charset=ISO-8859-1 On Fri, Oct 7, 2011 at 5:02 AM, John Wiegley wrote: > >>>>> Andreas Schwab writes: > > > John Wiegley writes: > >> I will see what can be done. Due to the nature of Git, my own Bazaar > >> mirror has entirely different commit ids than what Savannah has. > > > That should not be the case, since git ids are solely based on contents. > > Most likely you are doing something wrong. > > I found the divergence, and something is wrong with my git-bzr. > > John > > Bazaar: > > ,---- > | revno: 7238 > | committer: Paul Reilly > | timestamp: Sat 1994-04-30 23:08:15 +0000 > | message: > | Initial revision > | added: > | src/s/dgux5-4R2.h > | src/s/dgux5-4R3.h > `---- > > Savannah Git Mirror: > > ,---- > | commit 48df2e64c678ce4bc119ec737d08f80c36135e31 > | Author: Paul Reilly > | Date: Sat Apr 30 23:08:15 1994 +0000 > | > | Initial revision > | > | src/s/dgux5-4R2.h | 46 +++++++++++++++++++++++++++++++++++++++++ > | src/s/dgux5-4R3.h | 59 > +++++++++++++++++++++++++++++++++++++++++++++++++++++ > | 2 files changed, 105 insertions(+), 0 deletions(-) > `---- > > My Git Mirror: > > ,---- > | commit 52a945a9afc999d033548bcdc80f7105075ee5f6 > | Author: Paul Reilly > | Date: Sat Apr 30 23:08:15 1994 +0000 > | > | Initial revision > | > | src/s/dgux5-4R3.h | 59 > +++++++++++++++++++++++++++++++++++++++++++++++++++++ > | 1 files changed, 59 insertions(+), 0 deletions(-) > `---- > Wouldn't you just know it. :-) -pmr --0016e65a076efb2ded04aeb2b414 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Fri, Oct 7, 2011 at 5:02 AM, John Wiegley <jwiegley@gmail.com= > wrote:
>>>>> Andreas Schwab <schwab@linux-m68k.org> writes:

> John Wiegley <jwiegley@gmail.= com> writes:
>> I will see what can be done. =A0Due to the nature of Git, my own B= azaar
>> mirror has entirely different commit ids than what Savannah has.
> That should not be the case, since git ids are solely based on content= s.
> Most likely you are doing something wrong.

I found the divergence, and something is wrong with my git-bzr.

John

Bazaar:

,----
| revno: 7238
| committer: Paul Reilly <pmr@pajato.c= om>
| timestamp: Sat 1994-04-30 23:08:15 +0000
| message:
| =A0 Initial revision
| added:
| =A0 src/s/dgux5-4R2.h
| =A0 src/s/dgux5-4R3.h
`----

Savannah Git Mirror:

,----
| commit 48df2e64c678ce4bc119ec737d08f80c36135e31
| Author: Paul Reilly <pmr@pajato.com<= /a>>
| Date: =A0 Sat Apr 30 23:08:15 1994 +0000
|
| =A0 =A0 Initial revision
|
| =A0src/s/dgux5-4R2.h | =A0 46 +++++++++++++++++++++++++++++++++++++++++ | =A0src/s/dgux5-4R3.h | =A0 59 +++++++++++++++++++++++++++++++++++++++++++= ++++++++++
| =A02 files changed, 105 insertions(+), 0 deletions(-)
`----

My Git Mirror:

,----
| commit 52a945a9afc999d033548bcdc80f7105075ee5f6
| Author: Paul Reilly <
pmr@pajato.com<= /a>>
| Date: =A0 Sat Apr 30 23:08:15 1994 +0000
|
| =A0 =A0 Initial revision
|
| =A0src/s/dgux5-4R3.h | =A0 59 +++++++++++++++++++++++++++++++++++++++++++= ++++++++++
| =A01 files changed, 59 insertions(+), 0 deletions(-)
`----



--0016e65a076efb2ded04aeb2b414--