Re: conversion efforts (Re: SCMS question)

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Warren Turkal <wt(at)penguintechs(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: conversion efforts (Re: SCMS question)
Date: 2007-02-24 21:26:55
Message-ID: 45E0AD9F.90602@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Warren Turkal wrote:
> 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.

When I do the conversion every four hours, I remove the perl5 directory.
This is what the converted tree looks like:

http://projects.commandprompt.com/public/pgsql

Joshua D. Drake

>
> 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

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2007-02-24 22:12:39 Re: SCMS question
Previous Message Warren Turkal 2007-02-24 20:51:52 conversion efforts (Re: SCMS question)