Re: [PATCHES] OS/X startup scripts

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: David Fetter <david(at)fetter(dot)org>
Cc: Gregory Stark <stark(at)enterprisedb(dot)com>, Heikki Linnakangas <heikki(at)enterprisedb(dot)com>, "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>, 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 15:22:11
Message-ID: 464B21A3.9050509@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-patches

David Fetter wrote:
>>>
>>> cvs diff [list of files here] |grep -v '^?' > the_file.diff
>>>
>> Those lines go to stderr.
>>
>
> Not when I do "cvs diff." Is there something I should (un)set in my
> .cvsrc?
>
>

No. (The lines that go to stderr are the directory names). But I don't
see why there's a problem with using the command above. Or if you
prefer, use something like this to postprocess the file:

perl -ni -e 'print unless /^\?/;' diff-file

Bottom line - TIMTOWTDI

cheers

andrew

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Jim C. Nasby 2007-05-16 15:48:09 Re: [doc patch] a slight VACUUM / VACUUM FULL doc improvement proposal
Previous Message Bruce Momjian 2007-05-16 15:15:09 Re: [HACKERS] row-level stats and last analyze time

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Glaesemann 2007-05-16 15:52:05 Re: [PATCHES] OS/X startup scripts
Previous Message David Fetter 2007-05-16 14:59:36 Re: [PATCHES] OS/X startup scripts