Migrating from CVS to git

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Migrating from CVS to git
Date: 2013-03-15 13:52:32
Message-ID: 514327A0.9060707@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

How about migrating the psqlodbc project from CVS to Git? psqlodbc is
one of the last (the last?) projects that I regularly work with that
uses CVS, and it's quite painful.

As you might've noticed from my recent postings, I did a CVS->git
conversion at github, to make my life easier. We could use that as the
basis of the repository, and just copy it to git.postgresql.org. Or we
could redo the conversion. "git cvsimport" seemed to work fine on the
psqlodbc CVS repository.

Thoughts? Would this affect the way the release tarballs are built?

- Heikki

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2013-03-15 16:46:10 Avoid O(n^2) behavior with large parameter arrays
Previous Message Heikki Linnakangas 2013-03-15 11:20:58 Memory leak with SQLNumResultCols