[svnbook] r4350 committed - * en/book/ch03-advanced-topics.xml...

svnbook at googlecode.com svnbook at googlecode.com
Mon Jan 21 23:42:01 CST 2013


Revision: 4350
Author:   cmpilato at gmail.com
Date:     Mon Jan 21 21:41:50 2013
Log:      * en/book/ch03-advanced-topics.xml
   (svn.advanced.working-without-a-wc.svnmucc): Add some missing -m
     options to svnmucc command lines.

http://code.google.com/p/svnbook/source/detail?r=4350

Modified:
  /trunk/en/book/ch03-advanced-topics.xml

=======================================
--- /trunk/en/book/ch03-advanced-topics.xml	Mon Jan 21 13:43:40 2013
+++ /trunk/en/book/ch03-advanced-topics.xml	Mon Jan 21 21:41:50 2013
@@ -5565,7 +5565,8 @@
        <informalexample>
          <screen>
  $ svnmucc put README.tmpfile \
-          http://svn.example.com/projects/sandbox/README
+          http://svn.example.com/projects/sandbox/README \
+          -m "Tweak the README file."
  r24 committed by harry at 2013-01-21T16:21:23.100133Z
  $
  Message from sally at shell.example.com on pts/2 at 16:26 ...
@@ -5585,7 +5586,8 @@
        <informalexample>
          <screen>
  $ svnmucc -r 14 put README.tmpfile \
-          http://svn.example.com/projects/sandbox/README
+          http://svn.example.com/projects/sandbox/README \
+          -m "Tweak the README file."
  svnmucc: E170004: Item '/sandbox/README' is out of date
  $
  </screen>




More information about the svnbook-dev mailing list