Re: Git Repository for WITH RECURSIVE and others

From: David Fetter <david(at)fetter(dot)org>
To: Tino Wildenhain <tino(at)wildenhain(dot)de>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Git Repository for WITH RECURSIVE and others
Date: 2008-06-24 05:14:16
Message-ID: 20080624051416.GG29447@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 24, 2008 at 07:09:41AM +0200, Tino Wildenhain wrote:
> David Fetter wrote:
>> Folks,
>>
>> With lots of help from Greg Sabino Mullane, I've set up a git
>> repository for the WITH RECURSIVE patches on
>> <http://git.postgresql.org/>.
>>
>> What other patches would people like to try maintaining this way
>> until commitfest?
>>
>> It looks like gitosis is a good way to grant write access to git
>> repositories, but it's not yet packaged for FreeBSD. Any ideas
>> about how to handle this?
>
> Isn't the whole point of git not to require write access?

Write access is handy for keeping the bit-rot off the patch, and git's
branching and merging capability--I just rebased, for example--are
top-notch.

> If you want centralized developement, then Subversion/CVS can do the
> job quite well.
>
> Unless I'm completely wrong on this :-)

Or I could be :)

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2008-06-24 06:12:37 Re: Dept of ugly hacks: eliminating padding space in system indexes
Previous Message Tino Wildenhain 2008-06-24 05:09:41 Re: Git Repository for WITH RECURSIVE and others