summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-28 18:46:31 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-28 18:46:31 +0000
commit0539ebf667c9ef1e81c67799c1152bc611b00086 (patch)
tree28dcf575640d97c50703d095a0c769f1fb3b86a0
parent821a2a56568d212d12c0f80af1345ddfad05ba0d (diff)
downloadmpv-0539ebf667c9ef1e81c67799c1152bc611b00086.tar.bz2
mpv-0539ebf667c9ef1e81c67799c1152bc611b00086.tar.xz
svn diff does not show files you forgot to add, so recommend of svn status, too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19579 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/tech/svn-howto.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/tech/svn-howto.txt b/DOCS/tech/svn-howto.txt
index 8f21ca49fb..dd25274fad 100644
--- a/DOCS/tech/svn-howto.txt
+++ b/DOCS/tech/svn-howto.txt
@@ -102,6 +102,13 @@ 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.
+ Also check the output of
+
+ svn status
+
+ to make sure you did not forget to svn add some files (those will be marked
+ with '?').
+
Once you have made sure everything is fine
svn commit <filename(s)>