diff DOCS/tech/svn-howto.txt @ 19573:35d9fef1879e

svn diff does not show files you forgot to add, so recommend of svn status, too
author reimar
date Mon, 28 Aug 2006 18:46:31 +0000
parents 7c6c205b88b6
children 042e0009a1c0
line wrap: on
line diff
--- a/DOCS/tech/svn-howto.txt	Mon Aug 28 18:43:46 2006 +0000
+++ b/DOCS/tech/svn-howto.txt	Mon Aug 28 18:46:31 2006 +0000
@@ -102,6 +102,13 @@
   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)>