Skip Menu |

This queue is for tickets about the Git-FastExport CPAN distribution.

Report information
The Basics
Id: 94816
Status: resolved
Priority: 0/
Queue: Git-FastExport

People
Owner: Nobody in particular
Requestors: marc.towersap [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.104



Subject: git-stitch-repo on unix seemed to miss labels for a particular repo
Date: Thu, 17 Apr 2014 00:39:59 -0600
To: bug-git-fastexport <bug-git-fastexport [...] rt.cpan.org>
From: marc towersap <marc.towersap [...] gmail.com>
I am (on centos 6.5) invoking git-stitch-repo. It seemed to work ok other than I noticed some label oddities. I imported 6 repositories in one shot, and it seemed to mess up the tags. For example, in the original repo "A", I do git tag -nl, I see a single tag, which is an annotated tag called v6.3.3.2. Post-git-stitch-repo, I see v6.3.3.2 with the correct message v6.3.3.2-A with the commit message. but that seems to have thrown off things. I see extra tags that don't have a -[letter], I think it's annotated tags that it's puking on. It creates two tags for each annotated tag the original tag with the original message (without -[letter]), and a second tag with the -[letter] and the commit message it's attached to.
Subject: Re: [rt.cpan.org #94816] git-stitch-repo on unix seemed to miss labels for a particular repo
Date: Fri, 18 Apr 2014 01:20:25 +0200
To: marc towersap via RT <bug-Git-FastExport [...] rt.cpan.org>
From: "Philippe Bruhat (BooK)" <book [...] cpan.org>
On Thu, Apr 17, 2014 at 02:40:10AM -0400, marc towersap via RT wrote: Show quoted text
> > I think it's annotated tags that it's puking on. > It creates two tags for each annotated tag > the original tag with the original message (without -[letter]), and a > second tag with the -[letter] and the commit message it's attached to. >
Great catch! I've pushed some changes and tests on the project github repository. Can you check if that fixes the issue for you? https://github.com/book/Git-FastExport I've also attached the relevant patch. -- Philippe Bruhat (BooK) History is made by the winners and written by those with the loudest voices. (Moral from Groo The Wanderer #10 (Epic))

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #94816] git-stitch-repo on unix seemed to miss labels for a particular repo
Date: Tue, 22 Apr 2014 10:17:38 -0600
To: bug-git-fastexport <bug-Git-FastExport [...] rt.cpan.org>
From: marc towersap <marc.towersap [...] gmail.com>
The patch fixed the problem! On Thu, Apr 17, 2014 at 5:20 PM, Philippe Bruhat (BooK) via RT < bug-Git-FastExport@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=94816 > > > On Thu, Apr 17, 2014 at 02:40:10AM -0400, marc towersap via RT wrote:
> > > > I think it's annotated tags that it's puking on. > > It creates two tags for each annotated tag > > the original tag with the original message (without -[letter]), and a > > second tag with the -[letter] and the commit message it's attached to. > >
> > Great catch! > > I've pushed some changes and tests on the project github repository. > Can you check if that fixes the issue for you? > > https://github.com/book/Git-FastExport > > I've also attached the relevant patch. > > -- > Philippe Bruhat (BooK) > > History is made by the winners and written by those with the loudest > voices. > (Moral from Groo The Wanderer #10 > (Epic)) > >