Received: from localhost (maia-2.hub.org [200.46.204.187]) by postgresql.org (Postfix) with ESMTP id E98A09FB483; Wed, 16 May 2007 11:39:22 -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 04557-03; Wed, 16 May 2007 11:39:12 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-254.commandprompt.net [207.173.203.254]) by postgresql.org (Postfix) with ESMTP id 118A99FB454; Wed, 16 May 2007 11:39:18 -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 l4GEcP6U016862; Wed, 16 May 2007 07:38:30 -0700 Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 5B90732A13; Wed, 16 May 2007 10:38:23 -0400 (CLT) Date: Wed, 16 May 2007 10:38:23 -0400 From: Alvaro Herrera To: "Jim C. Nasby" Cc: Heikki Linnakangas , Mark Kirkwood , David Fetter , Tom Lane , Andrew Dunstan , PostgreSQL Docs , PostgreSQL Patches Subject: Re: [PATCHES] OS/X startup scripts Message-ID: <20070516143823.GI4582@alvh.no-ip.org> References: <20070514015805.GK14860@fetter.org> <4647D81C.7080802@paradise.net.nz> <20070514173556.GW14860@fetter.org> <20070514191615.GA31201@alvh.no-ip.org> <464912F0.6010005@paradise.net.nz> <20070515024451.GI4429@alvh.no-ip.org> <46492A91.20007@paradise.net.nz> <20070516002935.GH20707@nasby.net> <464ABCE7.7040200@enterprisedb.com> <20070516142724.GA14548@nasby.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070516142724.GA14548@nasby.net> 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]); Wed, 16 May 2007 07:38:31 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200705/45 X-Sequence-Number: 4274 Jim C. Nasby wrote: > On Wed, May 16, 2007 at 09:12:23AM +0100, Heikki Linnakangas wrote: > > Jim C. Nasby wrote: > > >BTW, is there some trick to getting cvs diff to ignore files that aren't > > >in the repo? > > > > Trick? That's what it does by default. > > Well, it throws a notice that they're there... > > decibel@platter.1[20:34]~/pgsql/HEAD/src:22%cvs diff > ? Makefile.global What I do is build somewhere else. Thus the only files present in the source dir and not in the repo are those generated by bison/flex, which are in .cvsignore and are thus not displayed. That said, check this out: http://www.ubiobio.cl/~gpoo/pgsql/settings/ Sadly, usage instructions are in spanish only currently, but I claim that this script is extremely useful for Pg development (sure, I wrote it and tailored to my needs). If there is interest I can translate the docs, but I have posted the script in these lists before and got no much of an interest. Michael Glaesemann did find it useful when I showed it to him in the summit, though. -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support