Received: from localhost (maia-2.hub.org [200.46.204.187]) by postgresql.org (Postfix) with ESMTP id 32CDD9FB1D9; Mon, 14 May 2007 16:44:33 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.187]) (amavisd-maia, port 10024) with ESMTP id 37968-01-9; Mon, 14 May 2007 16:43:45 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from lists.commandprompt.com (host-254.commandprompt.net [207.173.203.254]) by postgresql.org (Postfix) with ESMTP id 294419FBB37; Mon, 14 May 2007 16:17:08 -0300 (ADT) Received: from perhan.alvh.no-ip.org (201-221-217-243.bk12-dsl.surnet.cl [201.221.217.243]) (authenticated bits=0) by lists.commandprompt.com (8.13.7/8.13.6) with ESMTP id l4EJGKiM019045; Mon, 14 May 2007 12:16:20 -0700 Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id BF91732A13; Mon, 14 May 2007 15:16:15 -0400 (CLT) Date: Mon, 14 May 2007 15:16:15 -0400 From: Alvaro Herrera To: David Fetter Cc: Mark Kirkwood , Tom Lane , Andrew Dunstan , PostgreSQL Docs , PostgreSQL Patches Subject: Re: [PATCHES] OS/X startup scripts Message-ID: <20070514191615.GA31201@alvh.no-ip.org> References: <20070513211526.GF14860@fetter.org> <20797.1179096579@sss.pgh.pa.us> <4647998C.3000103@dunslane.net> <20070514011826.GI14860@fetter.org> <23143.1179107513@sss.pgh.pa.us> <20070514015805.GK14860@fetter.org> <4647D81C.7080802@paradise.net.nz> <20070514173556.GW14860@fetter.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070514173556.GW14860@fetter.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: ClamAV version 0.88.5, clamav-milter version 0.88.5 on projects.commandprompt.com X-Virus-Status: Clean X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.6 (lists.commandprompt.com [192.168.2.159]); Mon, 14 May 2007 12:16:25 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200705/34 X-Sequence-Number: 4263 David Fetter wrote: > On Mon, May 14, 2007 at 03:31:40PM +1200, Mark Kirkwood wrote: > > David Fetter wrote: > > >cvs diff works just great until you want to add or remove a file > > >without write permissions to the CVS repository, i.e. when you've > > >checked out as anonymous. > > > > > > > I usually saved an untouched version of the tree to compare against, > > so something like: > > > > $ cvs diff -Nacr pgsql.orig pgsql > > > > gives a complete patch including added/deleted files. It is a bit > > primitive, but is pretty easy to do! Except that it also includes diffs for generated files, which tend to be huge. To work around that you need to create a list of files to exclude, and the whole thing (which was cumbersome already) starts to get unmanageable. I do use the cvsup mirror myself which makes things so much easier and faster. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support