public inbox for [email protected]
help / color / mirror / Atom feedFrom: Andrew Dunstan <[email protected]>
To: David Fetter <[email protected]>
Cc: Gregory Stark <[email protected]>
Cc: Heikki Linnakangas <[email protected]>
Cc: Jim C. Nasby <[email protected]>
Cc: Mark Kirkwood <[email protected]>
Cc: Alvaro Herrera <[email protected]>
Cc: Tom Lane <[email protected]>
Cc: PostgreSQL Docs <[email protected]>
Cc: PostgreSQL Patches <[email protected]>
Subject: Re: [PATCHES] OS/X startup scripts
Date: Wed, 16 May 2007 11:22:11 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
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
view thread (30+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
Subject: Re: [PATCHES] OS/X startup scripts
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox