Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id A2E089F924B; Tue, 6 Nov 2007 12:16:39 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 03775-06; Tue, 6 Nov 2007 12:16:08 -0400 (AST) Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id 5909E9F9255; Tue, 6 Nov 2007 12:16:34 -0400 (AST) Received: by svr2.hagander.net (Postfix, from userid 1000) id 549FADCCA59; Tue, 6 Nov 2007 17:16:33 +0100 (CET) Date: Tue, 6 Nov 2007 17:16:33 +0100 From: Magnus Hagander To: Dave Page Cc: "Marc G. Fournier" , pgsql-www@postgresql.org Subject: Re: pgweb cvs repository moving ... Message-ID: <20071106161633.GJ32607@svr2.hagander.net> References: <90A6A5277081EFF9E58AC7CD@ganymede.hub.org> <47306A38.7010908@postgresql.org> <20071106134213.GG32607@svr2.hagander.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071106134213.GG32607@svr2.hagander.net> User-Agent: Mutt/1.5.11 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200711/132 X-Sequence-Number: 12910 On Tue, Nov 06, 2007 at 02:42:13PM +0100, Magnus Hagander wrote: > On Tue, Nov 06, 2007 at 01:20:56PM +0000, Dave Page wrote: > > Marc G. Fournier wrote: > > > > > > Early tomorrow morning (at about this time), I will be moving the CVS > > > repository from gborg -> pgfoundry, after which any writes should go to > > > pgfoundry ... gborg will stay up for 24 hours after that, while any 'read > > > related' scripts are updated to pull from pgfoundry, after which gborg will be > > > shut down ... > > > > > > gborg will be down at about this time on thursday morning. > > > > Err, hang on - do you know what exactly will need to be changed on > > wwwmaster? That *must* be figured out first. > > Uh, yes. For the record, finding someone to do that was a condition for me > approving this at all :-) > > I would also *like* to go with the separate-repository approach so we can > get != cvs, as discussed in another thread, but if things are so pressed > that we need to shut this down today, maybe that can't be done. Ok, I wil hopefully have some time tonight I can put into testing scripts and such. For now, we're popping over a tarball of the repo to JD for an attempt to create us a svn site for it. If that works, we'll go with that one instead. If it fails, we'll go with the pgFoundry route. So for web people - please don't commit right now. If you do, pelase do a "cvs diff" first so it can be manually applied to the other repo. Oh, and to Dave and others that have things checked out. I think the easiest way is to do a "cvs diff" on it before we kill of gborg, and apply that to the new tree. This is independent of which way we end up going, but it has to be done before gborg is killed. //Magnus