[svnbook] r5932 committed - trunk/en/book/ref-svnadmin.xml

wuzhouhui at users.sourceforge.net wuzhouhui at users.sourceforge.net
Thu Jun 13 08:45:56 CDT 2019


Revision: 5932
          http://sourceforge.net/p/svnbook/source/5932
Author:   wuzhouhui
Date:     2019-06-13 13:45:46 +0000 (Thu, 13 Jun 2019)
Log Message:
-----------
* en/book/ref-svnadmin.xml
  Fix some typos.
  Remove <literal> wrapper for hooks, follow up r5572.

Modified Paths:
--------------
    trunk/en/book/ref-svnadmin.xml

Modified: trunk/en/book/ref-svnadmin.xml
===================================================================
--- trunk/en/book/ref-svnadmin.xml	2019-06-11 13:56:59 UTC (rev 5931)
+++ trunk/en/book/ref-svnadmin.xml	2019-06-13 13:45:46 UTC (rev 5932)
@@ -106,7 +106,7 @@
         <listitem>
           <para>When creating a repository,
             use <replaceable>ARG</replaceable> as the requested
-            filesyste type.  <replaceable>ARG</replaceable> may be
+            filesystem type.  <replaceable>ARG</replaceable> may be
             either <literal>bdb</literal>
             or <literal>fsfs</literal>.</para>
         </listitem>
@@ -211,7 +211,7 @@
         <term><option>--use-post-commit-hook</option></term>
         <listitem>
           <para>When loading a dump file, runs the repository's
-            <literal>post-commit</literal> hook after finalizing each newly loaded
+            post-commit hook after finalizing each newly loaded
             revision.</para>
         </listitem>
       </varlistentry>
@@ -220,7 +220,7 @@
         <term><option>--use-post-revprop-change-hook</option></term>
         <listitem>
           <para>When changing a revision property, runs the
-            repository's <literal>post-revprop-change</literal> hook after changing the
+            repository's post-revprop-change hook after changing the
             revision property.</para>
         </listitem>
       </varlistentry>
@@ -229,7 +229,7 @@
         <term><option>--use-pre-commit-hook</option></term>
         <listitem>
           <para>When loading a dump file, runs the repository's
-            <literal>pre-commit</literal> hook before finalizing each newly loaded
+            pre-commit hook before finalizing each newly loaded
             revision.  If the hook fails, aborts the commit and
             terminates the load process.</para>
         </listitem>
@@ -239,7 +239,7 @@
         <term><option>--use-pre-revprop-change-hook</option></term>
         <listitem>
           <para>When changing a revision property, runs the
-            repository's <literal>pre-revprop-change</literal> hook before changing the
+            repository's pre-revprop-change hook before changing the
             revision property.  If the hook fails, aborts the
             modification and terminates.</para>
         </listitem>
@@ -492,8 +492,8 @@
       <para>Dump the contents of the filesystem to <filename>stdout</filename> in a
         <quote>dump file</quote> portable format, sending feedback
         to <filename>stderr</filename>.  Dump revisions
-        <replaceable>LOWER</replaceable> rev through
-        <replaceable>UPPER</replaceable> rev.  If no revisions are
+        <replaceable>LOWER</replaceable> revision through
+        <replaceable>UPPER</replaceable> revision.  If no revisions are
         given, dump all revision trees.  If only
         <replaceable>LOWER</replaceable> is given, dump that one
         revision tree.  See <xref linkend="svn.reposadmin.maint.migrate"/>
@@ -888,9 +888,10 @@
         into the repository's filesystem.  Progress
         feedback is sent to <filename>stdout</filename>.  If
         no revisions are given, read and commit all revisions.  But
-        if <option>--revision</option> is provided, read and commit
-        revisions <replaceable>LOWER</replaceable> rev through
-        <replaceable>UPPER</replaceable> rev only.  If only
+        if <option>--revision</option> (<option>-r</option>) is provided,
+        read and commit
+        revisions <replaceable>LOWER</replaceable> revision through
+        <replaceable>UPPER</replaceable> revision only.  If only
         <replaceable>LOWER</replaceable> is given, load that one
         revision.</para>
 
@@ -897,7 +898,8 @@
       <para>Prior to Subversion 1.8, <command>svnadmin load</command>
         was limited to reading all revisions that the dump stream
         contains, but now <command>svnadmin load</command> accepts
-        <option>--revision</option> option that acts as a filter for
+        <option>--revision</option> (<option>-r</option>) option that acts
+        as a filter for
         dump stream revisions.  This allows you to incrementally load
         only a range of revisions from a single dump stream making
         some repository maintenance and reorganization tasks much
@@ -960,7 +962,7 @@
         older versions of Subversion wouldn't have benefitted from
         that strictness, and as such might be improperly
         formatted.  Dump streams carry property values as-is, so
-        using Subversion 1.7 to load dump streams created from
+        using Subversion 1.8 to load dump streams created from
         repositories with ill-formatted property values will, by
         default, trigger a validation error.  There are several
         workaround for this problem.  First, you can manually
@@ -1186,7 +1188,7 @@
       consistent state (applies only to repositories using the
       <literal>bdb</literal> backend).  In addition, if
       <filename>repos/conf/passwd</filename> does not exist, it
-      will create a default passwordfile .</refpurpose>
+      will create a default password file .</refpurpose>
 
     </refnamediv>
 
@@ -1422,7 +1424,7 @@
         <option>--bypass-hooks</option> to avoid running any pre-
         or post-commit hooks, which is useful if the modification
         of revision properties has not been enabled in
-        the <literal>pre-revprop-change</literal> hook.</para>
+        the pre-revprop-change hook.</para>
 
       <warning>
         <para>Revision properties are not under version control,
@@ -1490,7 +1492,8 @@
           <option>--use-pre-revprop-change-hook</option>
           or <option>--use-post-revprop-change-hook</option> to
           trigger the revision property-related hooks (e.g., if
-          you want an email notification sent from your <literal>post-revprop-change-hook</literal>).</para>
+          you want an email notification sent from your post-revprop-change
+          hook).</para>
 
       </refsect1>
 




More information about the svnbook-dev mailing list