[svnbook] r4351 committed - Finish issue 5 ("Document svnmucc")....

Daniel Shahaf d.s at daniel.shahaf.name
Tue Jan 22 02:45:08 CST 2013


svnbook at googlecode.com wrote on Tue, Jan 22, 2013 at 05:43:01 +0000:
> +          <screen>
> +$ svn log -c 164 http://svn.example.com/projects/doohickey
> +------------------------------------------------------------------------
> +r164 | cmpilato | 2013-01-22 00:26:15 -0500 (Tue, 22 Jan 2013) | 1 line
> +Changed paths:
> +   A /tags/1.2.0 (from /trunk:163)
> +   A /tags/1.2.0/README.tag
> +   D /tags/1.2.0/developer-notes

Forgot to pass -v.

> +$ echo "This is the 1.2.0 release." | \
> +       svnmucc -U http://svn.example.com/projects/doohickey \
> +               -m "Tag the 1.2.0 release." \

Peter mentioned on IRC that svnmucc provides a boilerplate log message
if neither -m nor -F is passed.  It's not clear how to change this
behaviour (backwards compatibility), but perhaps the main text (not the
ch09 reference) should have a <warning> about that?

Daniel

> +               -- \
> +               cp HEAD trunk tags/1.2.0 \
> +               rm tags/1.2.0/developer-notes \
> +               put - tags/1.2.0/README.tag
> +r164 committed by cmpilato at 2013-01-22T05:26:15.563327Z




More information about the svnbook-dev mailing list