Re: [PATCHES] OS/X startup scripts

From: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
To: David Fetter <david(at)fetter(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, 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-14 03:31:40
Message-ID: 4647D81C.7080802@paradise.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-patches

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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Neil Conway 2007-05-14 04:34:29 Re: [PATCHES] Autovacuum and XID wraparound
Previous Message David Fetter 2007-05-14 02:15:03 Re: Autovacuum and XID wraparound

Browse pgsql-patches by date

  From Date Subject
Next Message Jaime Casanova 2007-05-14 04:29:14 Re: Updateable cursors patch
Previous Message David Fetter 2007-05-14 02:15:03 Re: Autovacuum and XID wraparound