Migrating from CVS to git - Mailing list pgsql-odbc

From Heikki Linnakangas
Subject Migrating from CVS to git
Date
Msg-id 514327A0.9060707@vmware.com
Whole thread Raw
List 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


pgsql-odbc by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Memory leak with SQLNumResultCols
Next
From: Heikki Linnakangas
Date:
Subject: Avoid O(n^2) behavior with large parameter arrays