Re: PostgreSQL 8.4 development plan - Mailing list pgsql-hackers

From Greg Smith
Subject Re: PostgreSQL 8.4 development plan
Date
Msg-id Pine.GSO.4.64.0802091929220.28590@westnet.com
Whole thread Raw
In response to Re: PostgreSQL 8.4 development plan  ("Jan Wieck" <JanWieck@Yahoo.com>)
List pgsql-hackers
On Sat, 9 Feb 2008, Jan Wieck wrote:

> It is pretty obvious that amost every current system has options to 
> convert from or to mirror a CVS repository. But what if we someday 
> really want to use something else as the master repository?

In order to export from CVS into one of the newer systems, there's a lot 
of work involved.  A typical problem is matching up all the commits that 
happened at one particular timestamp and grouping them into a changeset.

Once you've crossed that hurdle, moving between newer tools is a lot 
easier.  Check out Tailor as an example for something that converts 
changesets in between all the major tools:

http://wiki.darcs.net/DarcsWiki/Tailor

It should be much easier to run multiple types of repositories all in 
parallel once CVS isn't one of them.  And there will be more options for 
easily moving to yet another system if the first choice proves wanting 
after a while.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD


pgsql-hackers by date:

Previous
From: "Brendan Jurd"
Date:
Subject: Re: PostgreSQL 8.4 development plan
Next
From: "Hiroshi Saito"
Date:
Subject: Re: "AS" by the syntax of table reference.(8.4 proposal)