changeset 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 5486c0d3860f
children a570229deaeb
files DOCS/tech/svn-howto.txt
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
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)>