Re: missing file in git repo

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Aidan Van Dyk <aidan(at)highrise(dot)ca>, Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, Alexey Klyukin <alexk(at)commandprompt(dot)com>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, "cedric(dot)villemain(dot)debian" <cedric(dot)villemain(dot)debian(at)gmail(dot)com>, Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: missing file in git repo
Date: 2010-05-03 15:05:00
Message-ID: 4BDEE61C.7060307@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Magnus Hagander wrote:
> On Mon, May 3, 2010 at 16:03, Aidan Van Dyk <aidan(at)highrise(dot)ca> wrote:
>
>> * Andrew Dunstan <andrew(at)dunslane(dot)net> [100503 09:02]:
>>
>>> I can probably pull together a script that exports from both git and cvs
>>> and compares.
>>>
>> HINT: It's all been done and posted to -hackers before too... Along
>> with comparisons on on whte "one-time" conversions fare (parsecvs,
>> cvs2svn/git), etc, as well as long discussion on which keyword you want
>> expanded, and which you don't, etc. bla bla bla...
>>
>
> Yeah, that's the one I was referring to in my earlier mail.
>

If it has been done why isn't it being run?

I pulled together a quick hack, and here is what I get from my mirrors.
I'm not sure why we get those diffs - it's a bit odd, although fairly
insignificant.

cheers

andrew

[andrew(at)sophia groot]$ perl check_branches
*** Mon May 3 10:00:36 2010: checking REL7_4_STABLE
diff -r pg-check-cvs-REL7_4_STABLE/contrib/mysql/my2pg.pl
pg-check-git-REL7_4_STABLE/contrib/mysql/my2pg.pl
43,45d42
< # Revision 1.10 2003/01/07 22:18:43 momjian
< # Upgrade to my2pg 1.9
< #
*** Mon May 3 10:01:04 2010: checking REL8_0_STABLE
diff -r pg-check-cvs-REL8_0_STABLE/contrib/mysql/my2pg.diff
pg-check-git-REL8_0_STABLE/contrib/mysql/my2pg.diff
17,25c17
< # $Log: my2pg.diff,v $
< # Revision 1.1 2004/04/19 23:18:12 momjian
< # Update to my2pg version 1.28, add docs, update URL for newest
version.
< #
< # Create diff of custom changes Tom made to the utility for CREATE
< # FUNCTION.
< #
< # This will make moving this utility out of CVS easier.
< #
---
> # $Log: my2pg.pl,v $
diff -r pg-check-cvs-REL8_0_STABLE/contrib/mysql/my2pg.pl
pg-check-git-REL8_0_STABLE/contrib/mysql/my2pg.pl
50,57d49
< # Revision 1.13 2004/04/19 23:18:12 momjian
< # Update to my2pg version 1.28, add docs, update URL for newest
version.
< #
< # Create diff of custom changes Tom made to the utility for CREATE
< # FUNCTION.
< #
< # This will make moving this utility out of CVS easier.
< #
*** Mon May 3 10:02:46 2010: checking REL8_1_STABLE
*** Mon May 3 10:03:54 2010: checking REL8_2_STABLE
*** Mon May 3 10:04:30 2010: checking REL8_3_STABLE
*** Mon May 3 10:05:01 2010: checking REL8_4_STABLE
*** Mon May 3 10:05:32 2010: checking HEAD
[andrew(at)sophia groot]$

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aidan Van Dyk 2010-05-03 15:20:56 Re: missing file in git repo
Previous Message Andrew Dunstan 2010-05-03 14:56:06 Re: missing file in git repo