[svnbook] r4355 committed - Some minor tweaks, by way of follow-up to r4351....

svnbook at googlecode.com svnbook at googlecode.com
Tue Jan 22 10:25:34 CST 2013


Revision: 4355
Author:   cmpilato at gmail.com
Date:     Tue Jan 22 08:25:16 2013
Log:      Some minor tweaks, by way of follow-up to r4351.

* en/book/ch03-advanced-topics.xml
   Add a warning about not supplying a log message on the svnmucc
   command line.

* en/book/ch09-reference.xml
   Add a missing "-v" argument to an 'svn log' example which obviously
   used it.

Suggested by: danielsh
http://code.google.com/p/svnbook/source/detail?r=4355

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

=======================================
--- /trunk/en/book/ch03-advanced-topics.xml	Mon Jan 21 21:41:50 2013
+++ /trunk/en/book/ch03-advanced-topics.xml	Tue Jan 22 08:25:16 2013
@@ -5438,6 +5438,14 @@
          the benefit of a working copy—required two revisions to
          complete.</para>

+      <warning>
+        <para>Another difference between <command>svnmucc</command>
+          and <command>svn</command> is that the former currently will
+          not prompt you for a commit log message if you fail to
+          supply one via the command line.  Rather, it will use a
+          stock (that is, relatively valueless) log message.</para>
+      </warning>
+
        <para>The <command>svnmucc</command> tool is not limited to
          merely remixing actions that <command>svn</command> itself can
          perform.  It introduces some additional functionality not
=======================================
--- /trunk/en/book/ch09-reference.xml	Mon Jan 21 21:42:37 2013
+++ /trunk/en/book/ch09-reference.xml	Tue Jan 22 08:25:16 2013
@@ -11443,7 +11443,7 @@
                 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
-$ svn log -c 164 http://svn.example.com/projects/doohickey
+$ svn log -c 164 -v http://svn.example.com/projects/doohickey
  ------------------------------------------------------------------------
  r164 | cmpilato | 2013-01-22 00:26:15 -0500 (Tue, 22 Jan 2013) | 1 line
  Changed paths:




More information about the svnbook-dev mailing list