Re: [PATCHES] OS/X startup scripts - Mailing list pgsql-docs

From Mark Kirkwood
Subject Re: [PATCHES] OS/X startup scripts
Date
Msg-id 4647D81C.7080802@paradise.net.nz
Whole thread Raw
In response to Re: [PATCHES] OS/X startup scripts  (David Fetter <david@fetter.org>)
Responses Re: [PATCHES] OS/X startup scripts
List pgsql-docs
David Fetter wrote:
> cvs diff works just great until you want to add or remove a file
> without write permissions to the CVS repository, i.e. when you've
> checked out as anonymous.
>

I usually saved an untouched version of the tree to compare against, so
something like:

$ cvs diff -Nacr pgsql.orig pgsql

gives a complete patch including added/deleted files. It is a bit
primitive, but is pretty easy to do!

Cheers

Mark

pgsql-docs by date:

Previous
From: David Fetter
Date:
Subject: Re: Autovacuum and XID wraparound
Next
From: Neil Conway
Date:
Subject: Re: [PATCHES] Autovacuum and XID wraparound