[svnbook commit] r1578 - trunk/src/en/book

julianfoad svnbook-dev at red-bean.com
Mon Aug 1 05:51:08 CDT 2005


Author: julianfoad
Date: Mon Aug  1 05:51:07 2005
New Revision: 1578

Modified:
   trunk/src/en/book/ch03.xml
Log:
* src/en/book/ch03.xml (svn-ch-3-sect-6.1): Note that "svn log -qv"
  shows just the names of the changed files.

Patch by: Eric Hanchrow <offby1 at blarg.net>


Modified: trunk/src/en/book/ch03.xml
==============================================================================
--- trunk/src/en/book/ch03.xml	(original)
+++ trunk/src/en/book/ch03.xml	Mon Aug  1 05:51:07 2005
@@ -1828,6 +1828,12 @@
 ------------------------------------------------------------------------
 </screen>
 
+      <para>
+        <command>svn log</command> also takes a <option>--quiet</option>
+        (<option>-q</option>) switch, which suppresses the body of the
+        log message. When combined with <option>--verbose</option>, it
+        gives just the names of the changed files.</para>
+
       <sidebar>
         <title>Why Does <command>svn log</command> Give Me an Empty
           Response?</title>



More information about the svnbook-dev mailing list