conversion efforts (Re: SCMS question)

From: Warren Turkal <wt(at)penguintechs(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: conversion efforts (Re: SCMS question)
Date: 2007-02-24 20:51:52
Message-ID: 200702241351.53737.wt@penguintechs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Saturday 24 February 2007 00:24, Warren Turkal wrote:
> The interesting thing about Git is that is has two way sync support for a
> SVN repository also. You could run a Git repository pushing changes in real
> time to a SVN repository and present a CVS frontend also. I would like to
> try converting the CVS repository of PostgreSQL to Git and try setting some
> of this stuff up. Does anyone know how I could get the CVS repository
> files?

As a followup, the cvs2svn conversion says the following.

Error summary:
ERROR: Multiple definitions of the symbol 'creation' in '../pgsql-cvs/cvsroot/pgsql/src/interfaces/perl5/Attic/test.pl.newstyle,v'
ERROR: Multiple definitions of the symbol 'creation' in '../pgsql-cvs/cvsroot/pgsql/src/interfaces/perl5/Attic/ApachePg.pl,v'
ERROR: Multiple definitions of the symbol 'creation' in '../pgsql-cvs/cvsroot/pgsql/src/interfaces/perl5/Attic/test.pl.oldstyle,v'
Exited due to fatal error(s).

I do believe that the files are actually malformed. If anyone knows
how to modify them such that they are valid, please let me know. I
have just deleted them since they are in an Attic directory.

I am in the middle of importing 25825 revisions into a svn repository
based on a snapshot of the repository files that I pulled last night.
I will probably post some further results once the import is is done.

wt
--
Warren Turkal (w00t)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2007-02-24 21:26:55 Re: conversion efforts (Re: SCMS question)
Previous Message Warren Turkal 2007-02-24 20:38:26 Re: SCMS question