summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/svn-howto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/tech/svn-howto.txt')
-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)>