Skip to content
Snippets Groups Projects
Commit 11f0bf45 authored by Douglas Guptill's avatar Douglas Guptill
Browse files

procedure to find the changes I made

parent 7a26e9b0
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment