Re: Moving to git

From: "Mike Fowler" <mike(at)mlfowler(dot)com>
To: "Guillaume Cottenceau" <gc(at)mnc(dot)ch>
Cc: "Dave Cramer" <pg(at)fastcrypt(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Moving to git
Date: 2011-10-03 09:01:33
Message-ID: 5d749877f4a64dce3a762d638455718a.squirrel@www.mlfowler.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


> Dave Cramer <pg 'at' fastcrypt.com> writes:
>
>> While moving to git has been in the back of my mind the work
>> involved to maintain the history from CVS is not trivial.
>
> Can you elaborate a little bit? Maybe some others could help.
>
> Personally I used git-cvsimport to move a few CVS repos of mine
> to git and I was surprised how smooth it was. And it of course
> automatically rebuilds multi files commits out of CVS history
> automatically. Yet, I never used CVS as a pro and didn't
> branch[1] so I may have had simpler situations than JDBC source.
>

Having watched the traffic on the Hackers mailing list during their
migration to Git from CVS it seemed a difficult and lengthy process which
included one aborted attemt. From memory the difficulties faced was
preserving history correctly becuase of the introduction of "ghost"
commits by the tool. Some threads of interest include:

http://archives.postgresql.org/pgsql-hackers/2010-07/msg00217.php
http://archives.postgresql.org/pgsql-hackers/2010-08/msg01117.php
http://archives.postgresql.org/pgsql-hackers/2010-08/msg01077.php
http://archives.postgresql.org/pgsql-hackers/2010-08/msg01247.php
http://archives.postgresql.org/pgsql-hackers/2010-08/msg01263.php

Regards,

--
Mike Fowler
Registered Linux user: 379787

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andrew Hastie 2011-10-03 09:31:33 OpenJPA problems running against PG 8.1
Previous Message Guillaume Cottenceau 2011-10-03 08:22:13 Re: Moving to git