Re: PostgreSQL 8.4 development plan

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: PostgreSQL 8.4 development plan
Дата
Msg-id Pine.GSO.4.64.0802091929220.28590@westnet.com
обсуждение исходный текст
Ответ на Re: PostgreSQL 8.4 development plan  ("Jan Wieck" <JanWieck@Yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: "Brendan Jurd"
Дата:
Сообщение: Re: PostgreSQL 8.4 development plan
Следующее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: "AS" by the syntax of table reference.(8.4 proposal)