test git conversion

From: Marko Kreen <markokr(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: test git conversion
Date: 2011-10-05 07:42:36
Message-ID: CACMqXCKiKdLZStZRRWpYHomf4bob7Xu9cpt=h39ioxCoH9d55g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

So I did quick conversion with cvs2git (latest from svn).

Result is here:

https://github.com/markokr/pgjdbc-test

Attached files, so you can repeat it:

convert.sh - fetches cvs repo, converts it, pushes out
c2g.config.py - cvs2git config
c2g-config.diff - my changes to sample config

I grepped author list from git-dump.dat, so it should be reasonably
complete:

awk '/^committer / { print $2; }' cvs2svn-tmp/git-dump.dat | sort -u

Also I checked for non-ascii symbols in commits with:

LANG=C grep -E '[^ -~]' cvs2svn-tmp/git-dump.dat

and they look fine to me. (there needs to be tab inside brackets,
^V^I may help)

Todo:
- fill author map
- spot problems

--
marko

Attachment Content-Type Size
convert.sh application/x-sh 520 bytes
c2g.config.py text/x-python 26.9 KB
c2g.config.diff text/x-diff 2.7 KB

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Marko Kreen 2011-10-05 10:04:58 Re: test git conversion
Previous Message Maciek Sakrejda 2011-10-05 05:24:21 Re: Moving to git