On Monday 29 December 2008 19:09:23 Daniel Farina wrote:
> One interesting exercise would be to run git with cvsserver and try
> porting commits via script from Postgres CVS to git cvsserver.
But to do that you would be back at cvsps to extract the actual commits from
the CVS repository, which is a major part of the current problem in the first
place. And by the time you're done, you'd likely have re-implemented
git-cvsimport with an extra level of indirection.