[PATCH] ch04: svn ci needs -m

C. Michael Pilato cmpilato at red-bean.com
Thu Jun 12 23:52:15 CDT 2008


r3129.  Thanks.

Daniel Shahaf wrote:
> 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
> 
> 
> _______________________________________________
> svnbook-dev mailing list
> svnbook-dev at red-bean.com
> http://www.red-bean.com/mailman/listinfo/svnbook-dev
> 


-- 
C. Michael Pilato <cmpilato at red-bean.com> | http://cmpilato.blogspot.com/

"The Christian ideal has not been tried and found wanting.  It has
  been found difficult; and left untried."  -- G. K. Chesterton




More information about the svnbook-dev mailing list