Re: [PATCHES] CVS should die

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCHES] CVS should die
Date: 2004-11-05 17:38:12
Message-ID: Pine.OSF.4.61.0411051814070.126323@kosh.hut.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Fri, 5 Nov 2004, Gaetano Mendola wrote:

> Peter Eisentraut wrote:
>
>> I'm certainly open to considering subversion, although I have a certain
>> traumatic experience with it that may or may not be related to the BDB
>> backend that it uses.
>>
>> I think for a start it would be nice if pgfoundry could optionally offer
>> subversion (and/or arch) for source control, so that some developer groups
>> and also our system administrators could get some experience with it.
>
> I good very start point is see if cvs2svn can handle the postgresql CVS
> without
> errors.

I tried that yesterday out of curiosity. It had problems with 3 files
which I removed manually:

/pgsql/src/interfaces/perl5/Attic/ApachePg.pl,v
/pgsql/src/interfaces/perl5/Attic/test.pl.newstyle,v
/pgsql/src/interfaces/perl5/Attic/test.pl.oldstyle.pl,v

Otherwise, no problems.

Interestingly, the subversion repository is 585MB, and the CVS repository
is only 260MB, so apparently Subversion is not very good at compressing
the repository. Not that it matters, though.

FWIW, I think Peter's idea of offering Subversion as an alternative in
pgfoundry is very good.

I also agree with Andrew's observation that it's really up to the
committers since they are the ones that have to work with whatever system
we have.

I like subversion very much, but one thing that troubles me a bit is the
number of extra libraries required to compile and run it. Also, is there
pre-compiled binaries for all the platforms that PostgreSQL supports?

- Heikki

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gaetano Mendola 2004-11-05 17:39:02 Re: [pgsql-www] pg_autovacuum is nice ... but ...
Previous Message simon 2004-11-05 16:42:01 Re: Documentation on PITR still scarce

Browse pgsql-patches by date

  From Date Subject
Next Message Joshua D. Drake 2004-11-05 17:45:17 Re: [PATCHES] CVS should die
Previous Message Andrew Dunstan 2004-11-05 15:46:38 Re: [PATCHES] CVS should die