|
From: David Fetter on 24 Jun 2008 00:38 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? Cheers, David. -- David Fetter <david(a)fetter.org> http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fetter(a)gmail.com Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: David Fetter on 24 Jun 2008 01:14 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(a)fetter.org> http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fetter(a)gmail.com Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Yoshiyuki Asaba on 24 Jun 2008 02:26 Hi, From: David Fetter <david(a)fetter.org> Subject: [HACKERS] Git Repository for WITH RECURSIVE and others Date: Mon, 23 Jun 2008 21:38:11 -0700 > 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/>. Thank you very much. I tried git-clone, but I could not access the repository. % git-clone git://git.postgresql.org/git/~davidfetter/postgresql/.git Initialized empty Git repository in /home/y-asaba/x/postgresql/.git/ fatal: The remote end hung up unexpectedly fetch-pack from 'git://git.postgresql.org/git/~davidfetter/postgresql/.git' failed. Regards, -- Yoshiyuki Asaba y-asaba(a)sraoss.co.jp -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Magnus Hagander on 24 Jun 2008 03:52 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? As you were answered the last time you asked about it, people are already working on this. Unfortunately, the requirements have also been raised a bit (such as allowing a user to delegate access to another user) which means it will take longer. Now, if you can give us a step-by-step on how to set it up, that would certainly help ;-) //Magnus -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: David Fetter on 24 Jun 2008 10:47 On Tue, Jun 24, 2008 at 03:26:36PM +0900, Yoshiyuki Asaba wrote: > Hi, > > From: David Fetter <david(a)fetter.org> > Subject: [HACKERS] Git Repository for WITH RECURSIVE and others > Date: Mon, 23 Jun 2008 21:38:11 -0700 > > > 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/>. > > Thank you very much. > > I tried git-clone, but I could not access the repository. > > % git-clone git://git.postgresql.org/git/~davidfetter/postgresql/.git > Initialized empty Git repository in /home/y-asaba/x/postgresql/.git/ > fatal: The remote end hung up unexpectedly > fetch-pack from 'git://git.postgresql.org/git/~davidfetter/postgresql/.git' failed. I ran git-update-server-info on the server, and it should work now. :) Cheers, David. -- David Fetter <david(a)fetter.org> http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fetter(a)gmail.com Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
|
Next
|
Last
Pages: 1 2 3 4 5 6 Prev: Testing pg_terminate_backend() Next: MSVC 2003 compile error with pg8.3.3 |