From 11f0bf451b5b5c01d3e12f793af0575ff9b89b9c Mon Sep 17 00:00:00 2001
From: Douglas Guptill <douglas.guptill@dal.ca>
Date: Wed, 10 Jun 2009 19:13:07 +0000
Subject: [PATCH] procedure to find the changes I made

---
 doc/changes-made | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 doc/changes-made

diff --git a/doc/changes-made b/doc/changes-made
new file mode 100644
index 00000000..d1f2c701
--- /dev/null
+++ b/doc/changes-made
@@ -0,0 +1,19 @@
+The original douar I received from Dave Whipp is rev 1 of the "douar" 
+project in the Subversion repository on dome.ocean.dal.ca .
+That repository is in ~dguptill/svn/douar
+
+To see what changes I have made to douar:
+
+  1. checkout from svn on dome:
+       cd /tmp
+       svn-checkout douar trunk
+       cd douar_trunk
+
+  2. diff that with rev 1:
+       svn diff -x -w -x --ignore-eol-style --no-diff-deleted -r 1:HEAD | less
+
+     "svn-checkout" can be found in ~dguptill/bin" on dome.
+     If that is unavailable, just use the appropriate svn command.
+
+-Douglas Guptill, 2009-06-10
+
-- 
GitLab