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
p
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...
[EMAIL PROTECTED]:34]~/p
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'r
On Wed, May 16, 2007 at 03:53:22PM +0100, Gregory Stark wrote:
> "David Fetter" <[EMAIL PROTECTED]> writes:
>
> > 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
Has this been done yet? I don't think so.
---
Tom Lane wrote:
> Neil Conway <[EMAIL PROTECTED]> writes:
> > On Thu, 2007-26-04 at 18:07 -0400, Neil Conway wrote:
> >> (1) I believe the reasoning for Tom's earlier change was
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
On May 16, 2007, at 9:38 , Alvaro Herrera wrote:
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
Michael Glaesemann wrote:
>
> On May 16, 2007, at 9:38 , Alvaro Herrera wrote:
>
> >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