[svnbook commit] r3129 - trunk/src/en/book

cmpilato noreply at red-bean.com
Thu Jun 12 23:51:50 CDT 2008


Author: cmpilato
Date: Thu Jun 12 23:51:49 2008
New Revision: 3129

Log:
* src/en/book/ch04-branching-and-merging.xml
  Add missing log messages to examples.

Suggested by: Daniel Shahaf


Modified:
   trunk/src/en/book/ch04-branching-and-merging.xml

Modified: trunk/src/en/book/ch04-branching-and-merging.xml
==============================================================================
--- trunk/src/en/book/ch04-branching-and-merging.xml	(original)
+++ trunk/src/en/book/ch04-branching-and-merging.xml	Thu Jun 12 23:51:49 2008
@@ -782,7 +782,8 @@
         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 "Remove my-calc-branch."
 Committed revision 392.
 </screen>
 
@@ -1156,7 +1157,8 @@
 
       <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 "Resurrect real.c from revision 807."
 Committed revision 1390.
 
 $ svn update
@@ -2119,8 +2121,8 @@
 
           <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 "Create branch 'newbranch'."
 Committed revision 353.
 $ svn switch http://svn.example.com/repos/calc/branches/newbranch
 At revision 353.




More information about the svnbook-dev mailing list