Re: Git migration

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Git migration
Date: 2013-04-17 13:46:52
Message-ID: 516EA7CC.2030004@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 16.04.2013 17:03, Alvaro Herrera wrote:
> Heikki Linnakangas wrote:
>> Please take a look at the updated repository at
>> https://github.com/hlinnaka/psqlodbc-migration.
>
> Looks pretty good, yes.
>
> There are a couple of bogus chars in these commits:

Thanks for checking!

> commit bc5d1a6dfa0a2cb9c530347e46a46186dd45fac8
> Author: Dave Page<dpage(at)pgadmin(dot)org>
> Date: Thu Dec 8 09:11:28 2005 +0000

This seems to be in Win1250 encoding. Fixed.

> commit ab41b413019311f60decefa46d36791704502d50
> Author: Dave Page<dpage(at)pgadmin(dot)org>
> Date: Fri Apr 9 18:13:12 2004 +0000

The problematic string in the commit message is "Cyrille Ch?p?lov". The
question marks are there in the CVS ,v file already, so the damage to
the characters was already when the CVS commit was made. I'm inclined to
leave it as it is, to be as close to the CVS repository as possible. Or
we could fix that commit message manually; they are supposed to be "é"
characters.

> commit f6630a50869c33042abbd4491e1ac5b178208ece
> Author: Hiroshi Inoue<inoue(at)tpf(dot)co(dot)jp>
> Date: Wed Nov 12 10:15:21 2003 +0000

There is a byte 0x81 at the beginning of line, on some lines of the
commit message. I don't understand how that happened, but I'll convert
them to spaces.

I ran the migration again, with fixes for the two of those issues, and
pushed the result to the github repository again. Attached are the
scripts I used, if someone is interested. They're a bit rough, but
doesn't matter as this is a one-off thing..

- Heikki

Attachment Content-Type Size
cvs2git.options text/plain 26.4 KB
post-hacks.pl application/x-perl 2.2 KB
psqlodbc-git-migrate-cvs2git.sh application/x-shellscript 428 bytes
psqlodbc-git-verify.sh application/x-shellscript 1.9 KB

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Marco Gaiarin 2013-04-18 16:05:34 [OT] Mixing 32/64 bit...
Previous Message Alvaro Herrera 2013-04-16 16:54:29 Re: Git migration