[MPlayer-cvslog] r19579 - trunk/DOCS/tech/svn-howto.txt

reimar subversion at mplayerhq.hu
Mon Aug 28 20:46:31 CEST 2006


Author: reimar
Date: Mon Aug 28 20:46:31 2006
New Revision: 19579

Modified:
   trunk/DOCS/tech/svn-howto.txt

Log:
svn diff does not show files you forgot to add, so recommend of svn status, too


Modified: trunk/DOCS/tech/svn-howto.txt
==============================================================================
--- trunk/DOCS/tech/svn-howto.txt	(original)
+++ trunk/DOCS/tech/svn-howto.txt	Mon Aug 28 20:46:31 2006
@@ -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)>



More information about the MPlayer-cvslog mailing list