[PATCH] svn.branchmerge.maint

Ben Collins-Sussman sussman at red-bean.com
Wed Jun 11 14:33:16 CDT 2008


Got the changes, thanks!

On Sat, Jun 7, 2008 at 2:33 PM, Daniel Shahaf <d.s at daniel.shahaf.co.il> wrote:
> 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>
>
>
> _______________________________________________
> svnbook-dev mailing list
> svnbook-dev at red-bean.com
> http://www.red-bean.com/mailman/listinfo/svnbook-dev
>




More information about the svnbook-dev mailing list