Re: What tools do people use to hack on PostgreSQL?

Поиск
Список
Период
Сортировка
От Alexey Klyukin
Тема Re: What tools do people use to hack on PostgreSQL?
Дата
Msg-id 461E37D5.5040506@commandprompt.com
обсуждение исходный текст
Ответ на What tools do people use to hack on PostgreSQL?  ("Florian G. Pflug" <fgp@phlo.org>)
Ответы Re: What tools do people use to hack on PostgreSQL?  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Hi,

Florian G. Pflug wrote:
> Hi
> 
> I'm very excited that my project for implementing read-only queries
> on PITR slaves was accepted for GSoC, and I'm now trying to work
> out what tools I'll use for that job.
> 
> I'd like to be able to create some sort of branches and tags for
> my own work (only inside my local repository of course).
> 
> I've considered using git, but I couldn't make the cvs->git gateway
> work - neither using the postgresql CVS repository directly, nor with
> a private copy obtained with CVSup.
> 
> There is also svk, but I think I'd need a svn repo that mirrors
> the postgresql CVS for that to work. I think Joshua Drake created
> one once, but I don't now if it is kept up-to-date.

Yes, it is (the latest visible commit was made 6 hours ago), you can
browse sources at:

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

or do the anonymous checkout with:

svn co http://projects.commandprompt.com/public/pgsql/repo/

Regards,
-- 
Alexey Klyukin                alexk@commandprompt.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug about column references within subqueries used in selects
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: What tools do people use to hack on PostgreSQL?