# HG changeset patch # User reimar # Date 1190104590 0 # Node ID fcc759b207244d05a9acc0fdc92879be4bfaf82e # Parent a36693ffbb178473579dec04d274165a4648d219 Explain how to use diff -uwbBE with svn directly diff -r a36693ffbb17 -r fcc759b20724 DOCS/tech/patches.txt --- 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