X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 4CA1BD1B4B7; Thu, 26 Feb 2004 20:28:45 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 83397-03; Thu, 26 Feb 2004 16:28:32 -0400 (AST) Received: from smtp-out1.xs4all.nl (smtp-out1.xs4all.nl [194.109.24.11]) by svr1.postgresql.org (Postfix) with ESMTP id CFC12D1E106; Thu, 26 Feb 2004 16:28:27 -0400 (AST) Received: from xs1.xs4all.nl (xs1.xs4all.nl [194.109.21.2]) by smtp-out1.xs4all.nl (8.12.10/8.12.10) with ESMTP id i1QKSMHC013505; Thu, 26 Feb 2004 21:28:22 +0100 (CET) Received: from xs1.xs4all.nl (jtv@localhost.xs4all.nl [127.0.0.1]) by xs1.xs4all.nl (8.12.10/8.12.9) with ESMTP id i1QKSM2g016648; Thu, 26 Feb 2004 21:28:22 +0100 (CET) (envelope-from jtv@xs4all.nl) Received: (from jtv@localhost) by xs1.xs4all.nl (8.12.10/8.12.9/Submit) id i1QKSMJE016647; Thu, 26 Feb 2004 21:28:22 +0100 (CET) (envelope-from jtv) Date: Thu, 26 Feb 2004 21:28:22 +0100 From: "Jeroen T. Vermeulen" To: Peter Eisentraut Cc: josh@agliodbs.com, pgsql-www@postgresql.org, pgsql-hackers@postgresql.org Subject: Re: [HACKERS] Collaboration Tool Proposal Message-ID: <20040226202822.GJ43550@xs4all.nl> Mail-Followup-To: Peter Eisentraut , josh@agliodbs.com, pgsql-www@postgresql.org, pgsql-hackers@postgresql.org References: <200402260912.54001.josh@agliodbs.com> <200402262116.38479.peter_e@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402262116.38479.peter_e@gmx.net> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200402/197 X-Sequence-Number: 3762 On Thu, Feb 26, 2004 at 09:16:38PM +0100, Peter Eisentraut wrote: > > In terms of improving the hosting infrastructure, this would surely be a > step forward, but the problem with "collaboration" is not that the > tools are missing, it's that people are unwilling to use any tools for > issue tracking, etc. This is in fact a near-universal problem. If you > look at sourceforge, very few projects actually use any of the > "collaboration" tools. If you want to get the project to do something, > you still have to use email and CVS. And with those projects (not > necessarily on sourceforge) that have a sophisticated bug tracking > structure, the sheer number of filed bugs is so large and irregular in > quality that the bugs are in fact meaningless. (Oddly enough, the > projects I have in mind here do *not* use a full-service collaboration > tool, just a bug tracker. Make of that what you will.) So yes, I > think this is a reasonable plan, just don't expect "collaboration" to > suddenly appear out of nowhere. One thing that helps a lot in my experience is the ability to manage bug reports. On gborg, for instance, I'm stuck with several dozen duplicates from a time there were technical problems with the site; lots of "semantic garbage" in the form of people making silly assumptions, not reading earlier bug reports, or asking generic C++ questions; requests for features that are already there; support requests and other irrelevant issues; and multiple reports covering the same underlying problem. If I could merge, delete, categorize & group these requests the list would be a lot easier to manage. Jeroen