Skip to content
Snippets Groups Projects
changes-made 584 B
Newer Older
  • Learn to ignore specific revisions
  • 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