Changes between Version 7 and Version 8 of HowToReportABug

Show
Ignore:
Timestamp:
04/07/2007 03:56:31 AM (6 years ago)
Author:
moo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToReportABug

    v7 v8  
    109109{{{ 
    110110#!ShellExample 
    111 $ svn di > xcache-xxx.patch 
     111~/src/xcache/ $ svn di > xcache-xxx.patch 
    112112(or) 
    113 $ diff -u xcache-modified xcache-orig > xcache-xxx.patch 
     113~/src/ $ diff -u xcache-modified/ xcache-orig/ > xcache-xxx.patch 
    114114}}} 
    115115and you should still tell us what the bug/problem is as in normal bug report, not just the patch.