diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-22 15:11:47 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-22 15:11:47 +0000 |
commit | 2437bc0ca39daea9847548f4e5681f6a83921182 (patch) | |
tree | 7a7800487171609a388bf75f3f4dc1c95c6bc85e /DOCS/tech | |
parent | 63228019c08872367ec148269dea578569d0b751 (diff) |
Suggest svn diff command that does not show most cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23065 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/svn-howto.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/tech/svn-howto.txt b/DOCS/tech/svn-howto.txt index 5724f2cc9b..a9004cc188 100644 --- a/DOCS/tech/svn-howto.txt +++ b/DOCS/tech/svn-howto.txt @@ -102,6 +102,10 @@ I. BASICS: It's very easy for stray debug output or cosmetic modifications to slip in, please avoid problems through this extra level of scrutiny. + For cosmetics-only commits you should get (almost) empty output from + + svn diff --diff-cmd diff -x '-duwbB' <filename(s)> + Also check the output of svn status |