test git conversion

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема test git conversion
Дата
Msg-id CACMqXCKiKdLZStZRRWpYHomf4bob7Xu9cpt=h39ioxCoH9d55g@mail.gmail.com
обсуждение исходный текст
Ответы Re: test git conversion
Список 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

Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Maciek Sakrejda
Дата:
Сообщение: Re: Moving to git
Следующее
От: Marko Kreen
Дата:
Сообщение: Re: test git conversion