Re: Report: removing the inconsistencies in our CVS->git conversion

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Michael Haggerty <mhagger(at)alum(dot)mit(dot)edu>, Max Bowsher <maxb(at)f2s(dot)com>
Subject: Re: Report: removing the inconsistencies in our CVS->git conversion
Date: 2010-09-13 19:57:15
Message-ID: AANLkTi=3mj1ao-vum=7Y6N1VQfs4gm=pVMDrXqG+6MWQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www

On Mon, Sep 13, 2010 at 21:28, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> I wrote:
>>     return bool(re.match(
>>         r'file .* was added on branch .* on '
>>         r'\d{4}\-\d{2}\-\d{2} \d{2}\:\d{2}\:\d{2}( [\+\-]\d{4})?'
>>         '\n$',
>>         log_msg,
>>         ))
>
>> So it looks like I have to make the dead revisions' log messages match
>> that regexp.  Off to make another try.
>
> It works!  Now I don't see either the manufactured commits or the
> patched-in deletions.
>
> I had not previously bothered to patch the places where a file was added
> on the branch immediately after being added on the main, but now it
> seems worth doing.  That will get us down to a *very* small number of
> manufactured commits in the final version.

That's awesome!

Thanks so much for doing this. I've come to realize I know far too
little about *cvs* to work on those things myself :S

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2010-09-13 20:44:44 Update PostgreSQL shared memory usage table for 9.0?
Previous Message Tom Lane 2010-09-13 19:28:22 Re: Report: removing the inconsistencies in our CVS->git conversion

Browse pgsql-www by date

  From Date Subject
Next Message Bruce Momjian 2010-09-13 21:32:32 Re: [DOCS] Doc fixes and improvements
Previous Message Tom Lane 2010-09-13 19:28:22 Re: Report: removing the inconsistencies in our CVS->git conversion