changeset 24543:fcc759b20724

Explain how to use diff -uwbBE with svn directly
author reimar
date Tue, 18 Sep 2007 08:36:30 +0000
parents a36693ffbb17
children b6a7f21f4d47
files DOCS/tech/patches.txt
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/patches.txt	Mon Sep 17 21:53:16 2007 +0000
+++ b/DOCS/tech/patches.txt	Tue Sep 18 08:36:30 2007 +0000
@@ -34,6 +34,8 @@
     use 'diff -uwbBE' to help you remove them. Don't forget to check the
     patch to make sure diff didn't ignore some important change and remove
     any remaining cosmetics!
+    To use these options directly with svn, use this command:
+    svn diff --diff-cmd diff -x -uwbBE
 
  6. Comment parts that really need it (tricky side-effects etc).
     Always document string operations! Comment on what you are doing