[PATCH] svn.branchmerge.maint

Daniel Shahaf d.s at daniel.shahaf.co.il
Sat Jun 7 14:33:27 CDT 2008


Add -m where due, and fix indentation.

Index: ch04-branching-and-merging.xml
===================================================================
--- ch04-branching-and-merging.xml	(revision 3109)
+++ ch04-branching-and-merging.xml	(working copy)
@@ -2389,7 +2389,8 @@ Committed revision 375.
 
       <screen>
 $ svn copy http://svn.example.com/repos/calc/branches/my-calc-branch@374 \
-           http://svn.example.com/repos/calc/branches/my-calc-branch
+           http://svn.example.com/repos/calc/branches/my-calc-branch \
+           -m "Restore my-calc-branch."
 
 Committed revision 376.
 </screen>
@@ -2410,8 +2411,8 @@ Committed revision 376.
 
       <screen>
 $ svn copy http://svn.example.com/repos/calc/trunk \
-         http://svn.example.com/repos/calc/branches/stable-1.0 \
-         -m "Creating stable branch of calc project."
+           http://svn.example.com/repos/calc/branches/stable-1.0 \
+           -m "Creating stable branch of calc project."
 
 Committed revision 377.
 </screen>





More information about the svnbook-dev mailing list