Re: Working with PostgreSQL source tree (was Re: Not ready for 8.3) - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Working with PostgreSQL source tree (was Re: Not ready for 8.3)
Date
Msg-id 464D81A2.3000306@enterprisedb.com
Whole thread Raw
In response to Re: Working with PostgreSQL source tree (was Re: Not ready for 8.3)  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Responses Re: Working with PostgreSQL source tree (was Re: Not ready for 8.3)  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
List pgsql-hackers
Pavan Deolasee wrote:
> For primitive version control, I make a diff after any significant changes:
>>
>> ~/pg_sandbox/pgsql.cluster$ cvs diff -cN > cluster-mvcc-1.patch
> 
> I usually commit each version and tag the tree. That helps me to get
> diff between two versions as well.

Doesn't that confuse rsync?

I use "diff patch-1 patch-2" for diffs between versions, but it's really 
hard to read.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: "Pavan Deolasee"
Date:
Subject: Re: Working with PostgreSQL source tree (was Re: Not ready for 8.3)
Next
From: Robert Mach
Date:
Subject: [GSOC] - I ntegrity check algorithm for data files