Re: [PATCHES] OS/X startup scripts

From: David Fetter <david(at)fetter(dot)org>
To: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
Cc: "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>, Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL Docs <pgsql-docs(at)postgresql(dot)org>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [PATCHES] OS/X startup scripts
Date: 2007-05-16 14:15:49
Message-ID: 20070516141549.GB6858@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-patches

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.

I suspect he's talking about all the lines starting with '?' that diff
produces.

Lacking sophistication, I've been known to do:

cvs diff [list of files here] |grep -v '^?' > the_file.diff

Cheers,
D
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
phone: +1 415 235 3778 AIM: dfetter666
Skype: davidfetter

Remember to vote!
Consider donating to PostgreSQL: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Jim C. Nasby 2007-05-16 14:27:25 Re: [PATCHES] OS/X startup scripts
Previous Message Heikki Linnakangas 2007-05-16 13:59:54 Re: [DOCS] Autovacuum and XID wraparound

Browse pgsql-patches by date

  From Date Subject
Next Message Jim C. Nasby 2007-05-16 14:27:25 Re: [PATCHES] OS/X startup scripts
Previous Message Pavel Stehule 2007-05-16 14:14:14 Re: actualised forgotten Magnus's patch for plpgsql MOVE statement