# HG changeset patch # User reimar # Date 1156790791 0 # Node ID 35d9fef1879e2011ccad21c784a676fcd69dbd72 # Parent 5486c0d3860f619178acad9fd2b25084914397fd svn diff does not show files you forgot to add, so recommend of svn status, too diff -r 5486c0d3860f -r 35d9fef1879e DOCS/tech/svn-howto.txt --- 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