[MPlayer-cvslog] r24563 - trunk/DOCS/tech/patches.txt
reimar
subversion at mplayerhq.hu
Tue Sep 18 10:36:30 CEST 2007
Author: reimar
Date: Tue Sep 18 10:36:30 2007
New Revision: 24563
Log:
Explain how to use diff -uwbBE with svn directly
Modified:
trunk/DOCS/tech/patches.txt
Modified: trunk/DOCS/tech/patches.txt
==============================================================================
--- trunk/DOCS/tech/patches.txt (original)
+++ trunk/DOCS/tech/patches.txt Tue Sep 18 10:36:30 2007
@@ -34,6 +34,8 @@ that your patch will be included.
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
More information about the MPlayer-cvslog
mailing list