[PATCH] ch04: svn ci needs -m

Daniel Shahaf d.s at daniel.shahaf.co.il
Thu Jun 12 12:05:55 CDT 2008


Index: ch04-branching-and-merging.xml
===================================================================
--- ch04-branching-and-merging.xml	(revision 3124)
+++ ch04-branching-and-merging.xml	(working copy)
@@ -782,7 +782,7 @@ Committed revision 391.
         the repository:</para>
 
       <screen>
-$ svn delete http://svn.example.com/repos/calc/branches/my-calc-branch
+$ svn delete http://svn.example.com/repos/calc/branches/my-calc-branch -m ###
 Committed revision 392.
 </screen>
 
@@ -1157,6 +1157,7 @@ Committed revision 1390.
       <screen>
 $ svn copy http://svn.example.com/repos/calc/trunk/real.c@807
-           http://svn.example.com/repos/calc/trunk/
+           http://svn.example.com/repos/calc/trunk/ \
+           -m ###
 Committed revision 1390.
 
 $ svn update
@@ -2120,6 +2121,7 @@ URL: http://svn.example.com/repos/calc/branches/my
           <screen>
 $ svn copy http://svn.example.com/repos/calc/trunk \
-           http://svn.example.com/repos/calc/branches/newbranch
+           http://svn.example.com/repos/calc/branches/newbranch \
+           -m ###
 
 Committed revision 353.
 $ svn switch http://svn.example.com/repos/calc/branches/newbranch





More information about the svnbook-dev mailing list