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

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

              http://www.postgresql.org/docs/faq

Reply via email to