Received: from localhost (maia-4.hub.org [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id A86089FB819 for ; Tue, 12 Jun 2007 05:39:27 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 68779-02 for ; Tue, 12 Jun 2007 05:39:23 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from developer.pgadmin.org (developer.pgadmin.org [63.246.23.140]) by postgresql.org (Postfix) with ESMTP id 893D19FB8DD for ; Tue, 12 Jun 2007 05:39:23 -0300 (ADT) Received: from [172.24.32.116] ([62.232.55.118]) (authenticated bits=0) by developer.pgadmin.org (8.13.8/8.13.8) with ESMTP id l5C8N2D3003469 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 12 Jun 2007 08:23:03 GMT Message-ID: <466E5BB6.9040907@postgresql.org> Date: Tue, 12 Jun 2007 09:39:18 +0100 From: Dave Page User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Magnus Hagander CC: pgsql-www@postgresql.org Subject: Re: Moving the website project from GBorg References: <466E5422.9070102@postgresql.org> <20070612083630.GC2819@svr2.hagander.net> In-Reply-To: <20070612083630.GC2819@svr2.hagander.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200706/42 X-Sequence-Number: 12081 Magnus Hagander wrote: > On Tue, Jun 12, 2007 at 09:06:58AM +0100, Dave Page wrote: >> I've created a pgweb project on pgFoundry to migrate from GBorg to. The >> original idea was to migrate the CVS and just lose the bugs etc. as >> they're largely out of date at the moment anyway. We can make an effort >> to be more organised with the more usable pgFoundry trackers in the future. > > They're only slightly more usable, but still ;-) > Agreed (again) on the fact that we just drop whatever's tehre now. It's all > insanely out of date. > >> Magnus has since come up with an idea though, that instead of using CVS >> on pgFoundry, we move the website CVS to an SVN repository actually on >> wwwmaster to remove the dependency on pgFoundry for the operation of the >> website. This seems like a fine idea to me - any other thoughts or ideas? > > Can we set up some way to replicate that repository *back* into pgfoundry? > Might be nice for "outsiders" to be able to use the cvs viewer... Or we > just add a simplistic cvs viewer on wwwmaster for them? We could probably rsync it back in, *when* we have a SVN-supporting GForge, assuming that it remains 1 repo per project. /D