Re: cvsignore

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: cvsignore
Date: 2004-01-24 10:43:47
Message-ID: 200401241143.47702.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dennis Bjorklund wrote:
> One advantage of this is that you can do "cvs diff > foo.patch" and
> get a patch file without a lot of garbage.

Maybe you would be happier if you build outside the source tree. Do

cd ..
mkdir pgbuild
cd pgbuild
../pgsql/configure --prefix.......
make
make install

Then to make a diff, go back

cd ../pgsql
cvs diff

and you won't have any built files in your way.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dennis Bjorklund 2004-01-24 10:50:42 Re: cvsignore
Previous Message Andreas Pflug 2004-01-24 10:39:06 Re: What's left?