[svnbook] r4137 committed - Document some options which lacked documentation:...

svnbook at googlecode.com svnbook at googlecode.com
Wed Nov 2 14:11:10 CDT 2011


Revision: 4137
Author:   cmpilato at gmail.com
Date:     Wed Nov  2 12:10:07 2011
Log:      Document some options which lacked documentation:

   * svnadmin's --config-dir, --deltas, --fs-type, and --wait

   * svnlook's --diff-copy-from, --extensions, --full-paths, --limit,
     --non-recursive, --verbose, and --xml

Also, flesh out the documentation for svn's --extensions option for
completeness and correctness.

Finally, finish the work of replacing statically listed subcommand
options with xref's to their descriptions.

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

Modified:
  /trunk/en/book/ch09-reference.xml

=======================================
--- /trunk/en/book/ch09-reference.xml	Wed Nov  2 08:42:26 2011
+++ /trunk/en/book/ch09-reference.xml	Wed Nov  2 12:10:07 2011
@@ -295,22 +295,54 @@
          <varlistentry id="svn.ref.svn.sw.extensions">
            <term><option>--extensions</option> (<option>-x</option>)  
<replaceable>ARG</replaceable></term>
            <listitem>
-            <para>Specifies an argument or arguments that Subversion
-              should pass to an external diff command.  This option is
-              valid only when used with the <command>svn
-              diff</command>, <command>svn merge</command>,
-              or <command>svn log --diff</command> commands, where the
-              <option>--diff-cmd</option> option was also used.  If
-              you wish to pass multiple arguments, you must enclose
-              all of them in quotes (e.g.,
-              <userinput>svn diff --diff-cmd /usr/bin/diff -x
-              "-b -E"</userinput>).</para>
+            <para>Specifies customizations which Subversion should
+              make when performing difference calculations.  Valid
+              extensions include:</para>
+            <variablelist>
+              <varlistentry>
+                <term><option>--ignore-space-change</option>  
(<option>-b</option>)</term>
+                <listitem>
+                  <para>Ignore changes in the amount of white space.</para>
+                </listitem>
+              </varlistentry>
+              <varlistentry>
+                <term><option>--ignore-all-space</option>  
(<option>-w</option>)</term>
+                <listitem>
+                  <para>Ignore all white space.</para>
+                </listitem>
+              </varlistentry>
+              <varlistentry>
+                <term><option>--ignore-eol-style</option></term>
+                <listitem>
+                  <para>Ignore changes in EOL (end-of-line) style.</para>
+                </listitem>
+              </varlistentry>
+              <varlistentry>
+                <term><option>--show-c-function</option>  
(<option>-p</option>)</term>
+                <listitem>
+                  <para>Show C function names in the diff output.</para>
+                </listitem>
+              </varlistentry>
+              <varlistentry>
+                <term><option>--unified</option>  
(<option>-u</option>)</term>
+                <listitem>
+                  <para>Show three lines of unified diff context.</para>
+                </listitem>
+              </varlistentry>
+            </variablelist>
+            <para>The default value of <replaceable>ARG</replaceable>
+              is <literal>-u</literal>.  If you wish to pass multiple
+              arguments, you must enclose all of them in quotes.</para>
+            <para>Note that when Subversion is configured to invoke an
+              external diff command, the value of
+              the <option>--extension</option> (<option>-x</option>)
+              option isn't restricted to the previously mentioned
+              options, but may be <emphasis>any</emphasis> additional
+              arguments which Subversion should pass to that command.
+              </para>
            </listitem>
-
-          <!-- ### TODO: Document -u -b -w and - -ignore-eol-style -->
-
          </varlistentry>
-
+
          <varlistentry id="svn.ref.svn.sw.file">
            <term><option>--file</option> (<option>-F</option>)  
<replaceable>FILENAME</replaceable></term>
            <listitem>
@@ -667,7 +699,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry id="svn.ref.svn.sw.revprop">  
<term><option>--revprop</option></term>
+        <varlistentry id="svn.ref.svn.sw.revprop">
+          <term><option>--revprop</option></term>
            <listitem>
              <para>Operates on a revision property instead of a
                property specific to a file or directory.  This option
@@ -1007,28 +1040,6 @@
  <xref linkend="svn.ref.svn.sw.xml" />
  </screen>
            </informalexample>
-<!--
-
-### TODO:
-  - -incremental            : give output suitable for concatenation
-  - -xml                    : output in XML
-  -x [- -extensions] arg    : Default: '-u'. When Subversion is invoking an
-                              external diff program, ARG is simply passed  
along
-                              to the program. But when Subversion is using  
its
-                              default internal diff implementation, or when
-                              Subversion is displaying blame annotations,  
ARG
-                              could be any of the following:
-                                -u (- -unified):
-                                   Output 3 lines of unified context.
-                                -b (- -ignore-space-change):
-                                   Ignore changes in the amount of white  
space.
-                                -w (- -ignore-all-space):
-                                   Ignore all white space.
-                                - -ignore-eol-style:
-                                   Ignore changes in EOL style
-  - -force                  : force operation to run
-
--->
          </refsect1>

          <refsect1>
@@ -6123,7 +6134,7 @@

        <variablelist>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.bdb_log_keep">
            <term><option>--bdb-log-keep</option></term>
            <listitem>
              <para>(Berkeley DB-specific.) Disable automatic log removal
@@ -6133,7 +6144,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.bdb_txn_nosync">
            <term><option>--bdb-txn-nosync</option></term>
            <listitem>

@@ -6146,14 +6157,14 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.bypass_hooks">
            <term><option>--bypass-hooks</option></term>
            <listitem>
              <para>Bypass the repository hook system.</para>
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.bypass_prop_validation">
            <term><option>--bypass-prop-validation</option></term>
            <listitem>
              <para>When loading a dump file, disable the logic which
@@ -6161,28 +6172,46 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.clean_logs">
            <term><option>--clean-logs</option></term>
            <listitem>
              <para>Remove unused Berkeley DB logs.</para>
            </listitem>
          </varlistentry>

-        <!-- TODO config-dir?  Only 'svnadmin create' accepts it, and -->
-        <!-- the underlying logic doesn't even use it.                -->
-
-        <varlistentry>
-          <term><option>--memory-cache-size</option>
-            (<option>-M</option>) <replaceable>ARG</replaceable></term>
+        <varlistentry id="svn.ref.svnadmin.sw.config_dir">
+          <!-- Only 'svnadmin create' accepts it, and the underlying
+               logic doesn't even use it.  Weird. -->
+          <term><option>--config-dir</option>  
<replaceable>DIR</replaceable></term>
+          <listitem>
+            <para>Instructs Subversion to read configuration
+              information from the specified directory instead of the
+              default location (<filename>.subversion</filename> in
+              the user's home directory).</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry id="svn.ref.svnadmin.sw.deltas">
+          <term><option>--deltas</option></term>
            <listitem>
-            <para>Configures the size (in Megabytes) of the extra
-              in-memory cache used to minimize redundant operations.
-              The default value is <literal>16</literal>.  (This cache
-              is used for FSFS-backed repositories only.)</para>
+            <para>When creating a repository dump file, specify
+              changes in versioned properties and file contents as
+              deltas against their previous state.</para>
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.fs_type">
+          <term><option>--fs-type</option>  
<replaceable>ARG</replaceable></term>
+          <listitem>
+            <para>When creating a repository,
+              use <replaceable>ARG</replaceable> as the requested
+              filesyste type.  <replaceable>ARG</replaceable> may be
+              either <literal>bdb</literal>
+              or <literal>fsfs</literal>.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry id="svn.ref.svnadmin.sw.force_uuid">
            <term><option>--force-uuid</option></term>
            <listitem>
              <para>By default, when loading data into a repository that
@@ -6193,7 +6222,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.ignore_uuid">
            <term><option>--ignore-uuid</option></term>
            <listitem>
              <para>By default, when loading data into an empty repository,
@@ -6203,7 +6232,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.incremental">
            <term><option>--incremental</option></term>
            <listitem>
              <para>Dump a revision only as a diff against the
@@ -6212,9 +6241,18 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--parent-dir
-          <replaceable>DIR</replaceable></option></term>
+        <varlistentry id="svn.ref.svnadmin.sw.memory_cache_size">
+          <term><option>--memory-cache-size</option> (<option>-M</option>)  
<replaceable>ARG</replaceable></term>
+          <listitem>
+            <para>Configures the size (in Megabytes) of the extra
+              in-memory cache used to minimize redundant operations.
+              The default value is <literal>16</literal>.  (This cache
+              is used for FSFS-backed repositories only.)</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry id="svn.ref.svnadmin.sw.parent_dir">
+          <term><option>--parent-dir</option>  
<replaceable>DIR</replaceable></term>
            <listitem>
              <para>When loading a dump file, root paths at
                <replaceable>DIR</replaceable> instead of
@@ -6222,7 +6260,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.pre_1.4_compatible">
            <term><option>--pre-1.4-compatible</option></term>
            <listitem>
              <para>When creating a new repository, use a format that is
@@ -6231,7 +6269,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.pre_1.5_compatible">
            <term><option>--pre-1.5-compatible</option></term>
            <listitem>
              <para>When creating a new repository, use a format that is
@@ -6240,7 +6278,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.pre_1.6_compatible">
            <term><option>--pre-1.6-compatible</option></term>
            <listitem>
              <para>When creating a new repository, use a format that is
@@ -6249,16 +6287,15 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--revision</option> (<option>-r</option>)
-          <replaceable>ARG</replaceable></term>
+        <varlistentry id="svn.ref.svnadmin.sw.revision">
+          <term><option>--revision</option> (<option>-r</option>)  
<replaceable>ARG</replaceable></term>
            <listitem>
              <para>Specify a particular revision to operate
                on.</para>
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.quiet">
            <term><option>--quiet</option> (<option>-q</option>)</term>
            <listitem>
              <para>Do not show normal progress—show only
@@ -6266,7 +6303,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.use_post_commit_hook">
            <term><option>--use-post-commit-hook</option></term>
            <listitem>
              <para>When loading a dump file, runs the repository's
@@ -6275,7 +6312,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry  
id="svn.ref.svnadmin.sw.use_post_revprop_change_hook">
            <term><option>--use-post-revprop-change-hook</option></term>
            <listitem>
              <para>When changing a revision property, runs the
@@ -6284,7 +6321,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.use_pre_commit_hook">
            <term><option>--use-pre-commit-hook</option></term>
            <listitem>
              <para>When loading a dump file, runs the repository's
@@ -6294,7 +6331,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnadmin.sw.use_pre_revprop_change_hook">
            <term><option>--use-pre-revprop-change-hook</option></term>
            <listitem>
              <para>When changing a revision property, runs the
@@ -6304,6 +6341,16 @@
            </listitem>
          </varlistentry>

+        <varlistentry id="svn.ref.svnadmin.sw.wait">
+          <term><option>--wait</option></term>
+          <listitem>
+            <para>For operations which require exclusive repository
+              access, wait until the requisite repository lock has
+              been obtained instead of immediately erroring out when
+              it cannot be.</para>
+          </listitem>
+        </varlistentry>
+
        </variablelist>
      </sect2>

@@ -6417,13 +6464,13 @@

            <informalexample>
              <screen>
---bdb-log-keep
---bdb-txn-nosync
---config-dir DIR
---fs-type TYPE
---pre-1.4-compatible
---pre-1.5-compatible
---pre-1.6-compatible
+<xref linkend="svn.ref.svnadmin.sw.bdb_log_keep" />
+<xref linkend="svn.ref.svnadmin.sw.bdb_txn_nosync" />
+<xref linkend="svn.ref.svnadmin.sw.config_dir" />
+<xref linkend="svn.ref.svnadmin.sw.fs_type" />
+<xref linkend="svn.ref.svnadmin.sw.pre_1.4_compatible" />
+<xref linkend="svn.ref.svnadmin.sw.pre_1.5_compatible" />
+<xref linkend="svn.ref.svnadmin.sw.pre_1.6_compatible" />
  </screen>
            </informalexample>
          </refsect1>
@@ -6494,9 +6541,9 @@

            <informalexample>
              <screen>
---memory-cache-size
---quiet (-q)
---revision (-r) REV
+<xref linkend="svn.ref.svnadmin.sw.memory_cache_size" />
+<xref linkend="svn.ref.svnadmin.sw.quiet" />
+<xref linkend="svn.ref.svnadmin.sw.revision" />
  </screen>
            </informalexample>
          </refsect1>
@@ -6575,11 +6622,11 @@

            <informalexample>
              <screen>
---deltas
---incremental
---memory-cache-size
---quiet (-q)
---revision (-r) REV
+<xref linkend="svn.ref.svnadmin.sw.deltas" />
+<xref linkend="svn.ref.svnadmin.sw.incremental" />
+<xref linkend="svn.ref.svnadmin.sw.memory_cache_size" />
+<xref linkend="svn.ref.svnadmin.sw.quiet" />
+<xref linkend="svn.ref.svnadmin.sw.revision" />
  </screen>
            </informalexample>
          </refsect1>
@@ -6678,7 +6725,7 @@

            <informalexample>
              <screen>
---clean-logs
+<xref linkend="svn.ref.svnadmin.sw.clean_logs" />
  </screen>
            </informalexample>

@@ -6812,14 +6859,14 @@

            <informalexample>
              <screen>
---bypass-prop-validation
---force-uuid
---ignore-uuid
---memory-cache-size
---parent-dir
---quiet (-q)
---use-post-commit-hook
---use-pre-commit-hook
+<xref linkend="svn.ref.svnadmin.sw.bypass_prop_validation" />
+<xref linkend="svn.ref.svnadmin.sw.force_uuid" />
+<xref linkend="svn.ref.svnadmin.sw.ignore_uuid" />
+<xref linkend="svn.ref.svnadmin.sw.memory_cache_size" />
+<xref linkend="svn.ref.svnadmin.sw.parent_dir" />
+<xref linkend="svn.ref.svnadmin.sw.quiet" />
+<xref linkend="svn.ref.svnadmin.sw.use_post_commit_hook" />
+<xref linkend="svn.ref.svnadmin.sw.use_pre_commit_hook" />
  </screen>
            </informalexample>
          </refsect1>
@@ -7038,7 +7085,7 @@
            <title>Options</title>
            <informalexample>
              <screen>
---wait
+<xref linkend="svn.ref.svnadmin.sw.wait" />
  </screen>
            </informalexample>
          </refsect1>
@@ -7116,13 +7163,11 @@
          </refsect1>
          <refsect1>
            <title>Description</title>
-
            <para>Remove one or more locks from each  
<replaceable>LOCKED_PATH</replaceable>.</para>
          </refsect1>

          <refsect1>
-          <title>Options</title>
-
+          <title>Options</title>
            <para>None</para>
          </refsect1>

@@ -7175,7 +7220,7 @@

            <informalexample>
              <screen>
---quiet (-q)
+<xref linkend="svn.ref.svnadmin.sw.quiet" />
  </screen>
            </informalexample>
          </refsect1>
@@ -7252,8 +7297,8 @@

            <informalexample>
              <screen>
---bypass-hooks
---revision (-r) REV
+<xref linkend="svn.ref.svnadmin.sw.bypass_hooks" />
+<xref linkend="svn.ref.svnadmin.sw.revision" />
  </screen>
            </informalexample>
          </refsect1>
@@ -7308,9 +7353,9 @@

            <informalexample>
              <screen>
---revision (-r) ARG
---use-post-revprop-change-hook
---use-pre-revprop-change-hook
+<xref linkend="svn.ref.svnadmin.sw.revision" />
+<xref linkend="svn.ref.svnadmin.sw.use_post_revprop_change_hook" />
+<xref linkend="svn.ref.svnadmin.sw.use_pre_revprop_change_hook" />
  </screen>
            </informalexample>
          </refsect1>
@@ -7364,7 +7409,6 @@

          <refsect1>
            <title>Options</title>
-
            <para>None</para>

          </refsect1>
@@ -7435,7 +7479,6 @@

          <refsect1>
            <title>Options</title>
-
            <para>None</para>

          </refsect1>
@@ -7501,9 +7544,9 @@

            <informalexample>
              <screen>
---memory-cache-size
---quiet (-q)
---revision (-r) ARG
+<xref linkend="svn.ref.svnadmin.sw.memory_cache_size" />
+<xref linkend="svn.ref.svnadmin.sw.quiet" />
+<xref linkend="svn.ref.svnadmin.sw.revision" />
  </screen>
            </informalexample>
          </refsect1>
@@ -7562,7 +7605,7 @@

        <variablelist>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnlook.sw.copy_info">
            <term><option>--copy-info</option></term>
            <listitem>
              <para>Causes <command>svnlook changed</command> to show
@@ -7570,7 +7613,82 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnlook.sw.diff_copy_from">
+          <term><option>--diff-copy-from</option></term>
+          <listitem>
+            <para>Print differences for copied items against the copy
+              source.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry id="svn.ref.svnlook.sw.extensions">
+          <term><option>--extensions</option> (<option>-x</option>)  
<replaceable>ARG</replaceable></term>
+          <listitem>
+            <para>Specifies customizations which Subversion should
+              make when performing difference calculations.  Valid
+              extensions include:</para>
+            <variablelist>
+              <varlistentry>
+                <term><option>--ignore-space-change</option>  
(<option>-b</option>)</term>
+                <listitem>
+                  <para>Ignore changes in the amount of white space.</para>
+                </listitem>
+              </varlistentry>
+              <varlistentry>
+                <term><option>--ignore-all-space</option>  
(<option>-w</option>)</term>
+                <listitem>
+                  <para>Ignore all white space.</para>
+                </listitem>
+              </varlistentry>
+              <varlistentry>
+                <term><option>--ignore-eol-style</option></term>
+                <listitem>
+                  <para>Ignore changes in EOL (end-of-line) style.</para>
+                </listitem>
+              </varlistentry>
+              <varlistentry>
+                <term><option>--show-c-function</option>  
(<option>-p</option>)</term>
+                <listitem>
+                  <para>Show C function names in the diff output.</para>
+                </listitem>
+              </varlistentry>
+              <varlistentry>
+                <term><option>--unified</option>  
(<option>-u</option>)</term>
+                <listitem>
+                  <para>Show three lines of unified diff context.</para>
+                </listitem>
+              </varlistentry>
+            </variablelist>
+            <para>The default value is <literal>-u</literal>.</para>
+            <para>Note that when Subversion is configured to invoke an
+              external diff command, the value of
+              the <option>--extension</option> (<option>-x</option>)
+              option isn't restricted to the previously mentioned
+              options, but may be <emphasis>any</emphasis> additional
+              arguments which Subversion should pass to that command.
+              If you wish to pass multiple arguments, you must enclose
+              all of them in quotes.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry id="svn.ref.svnlook.sw.full_paths">
+          <term><option>--full-paths</option></term>
+          <listitem>
+            <para>Causes <command>svnlook tree</command> to display
+              full paths instead of hierarchical, indented path
+              components.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry id="svn.ref.svnlook.sw.limit">
+          <term><option>--limit</option> (<option>-l</option>)  
<replaceable>ARG</replaceable></term>
+          <listitem>
+            <para>Limit output to a maximum number of
+              <replaceable>ARG</replaceable> items.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry id="svn.ref.svnlook.sw.no_diff_deleted">
            <term><option>--no-diff-deleted</option></term>
            <listitem>
              <para>Prevents <command>svnlook diff</command> from printing
@@ -7581,7 +7699,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnlook.sw.no_diff_added">
            <term><option>--no-diff-added</option></term>
          <listitem>
            <para>Prevents <command>svnlook diff</command> from printing
@@ -7592,16 +7710,22 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--revision</option>
-            (<option>-r</option>)</term>
+        <varlistentry id="svn.ref.svnlook.sw.non_recursive">
+          <term><option>--non-recursive</option>  
(<option>-N</option>)</term>
+          <listitem>
+            <para>Operate on a single directory only.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry id="svn.ref.svnlook.sw.revision">
+          <term><option>--revision</option> (<option>-r</option>)</term>
            <listitem>
              <para>Specifies a particular revision number that you wish
                to examine.</para>
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnlook.sw.revprop">
            <term><option>--revprop</option></term>
            <listitem>
              <para>Operates on a revision property instead of a
@@ -7612,16 +7736,15 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--transaction</option>
-            (<option>-t</option>)</term>
+        <varlistentry id="svn.ref.svnlook.sw.transaction">
+          <term><option>--transaction</option> (<option>-t</option>)</term>
            <listitem>
              <para>Specifies a particular transaction ID that you wish to
                examine.</para>
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnlook.sw.show_ids">
            <term><option>--show-ids</option></term>
            <listitem>
              <para>Shows the filesystem node revision IDs for each path in  
the filesystem
@@ -7629,6 +7752,23 @@
            </listitem>
          </varlistentry>

+        <varlistentry id="svn.ref.svnlook.sw.verbose">
+          <term><option>--verbose</option> (<option>-v</option>)</term>
+          <listitem>
+            <para>Be verbose.  When used with <command>svnlook
+              proplist</command>, for example, this causes Subversion
+              to display not just the list of properties, but their
+              values also.</para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry id="svn.ref.svnlook.sw.xml">
+          <term><option>--xml</option></term>
+          <listitem>
+            <para></para>
+          </listitem>
+        </varlistentry>
+
        </variablelist>

      </sect2>
@@ -7669,8 +7809,8 @@

            <informalexample>
              <screen>
---revision (-r) REV
---transaction (-t) TXN
+<xref linkend="svn.ref.svnlook.sw.revision" />
+<xref linkend="svn.ref.svnlook.sw.transaction" />
  </screen>
            </informalexample>
          </refsect1>
@@ -7720,8 +7860,8 @@

            <informalexample>
              <screen>
---revision (-r) REV
---transaction (-t) TXN
+<xref linkend="svn.ref.svnlook.sw.revision" />
+<xref linkend="svn.ref.svnlook.sw.transaction" />
  </screen>
            </informalexample>
          </refsect1>
@@ -7830,9 +7970,9 @@

            <informalexample>
              <screen>
---copy-info
---revision (-r) REV
---transaction (-t) TXN
+<xref linkend="svn.ref.svnlook.sw.copy_info" />
+<xref linkend="svn.ref.svnlook.sw.revision" />
+<xref linkend="svn.ref.svnlook.sw.transaction" />
  </screen>
            </informalexample>
          </refsect1>
@@ -7916,8 +8056,8 @@

            <informalexample>
              <screen>
---revision (-r) REV
---transaction (-t) TXN
+<xref linkend="svn.ref.svnlook.sw.revision" />
+<xref linkend="svn.ref.svnlook.sw.transaction" />
  </screen>
            </informalexample>
          </refsect1>
@@ -7967,12 +8107,12 @@

            <informalexample>
              <screen>
---diff-copy-from
---no-diff-added
---no-diff-deleted
---revision (-r) REV
---transaction (-t) TXN
---extensions (-x) ARG
+<xref linkend="svn.ref.svnlook.sw.diff_copy_from" />
+<xref linkend="svn.ref.svnlook.sw.no_diff_added" />
+<xref linkend="svn.ref.svnlook.sw.no_diff_deleted" />
+<xref linkend="svn.ref.svnlook.sw.revision" />
+<xref linkend="svn.ref.svnlook.sw.transaction" />
+<xref linkend="svn.ref.svnlook.sw.extensions" />
  </screen>
            </informalexample>
          </refsect1>
@@ -8046,8 +8186,8 @@

            <informalexample>
              <screen>
---revision (-r) REV
---transaction (-t) TXN
+<xref linkend="svn.ref.svnlook.sw.revision" />
+<xref linkend="svn.ref.svnlook.sw.transaction" />
  </screen>
            </informalexample>
          </refsect1>
@@ -8106,8 +8246,8 @@

            <informalexample>
              <screen>
---revision (-r) REV
---transaction (-t) TXN
+<xref linkend="svn.ref.svnlook.sw.revision" />
+<xref linkend="svn.ref.svnlook.sw.transaction" />
  </screen>
            </informalexample>
          </refsect1>
@@ -8197,9 +8337,9 @@

            <informalexample>
              <screen>
---limit (-l) NUM
---revision (-r) REV
---show-ids
+<xref linkend="svn.ref.svnlook.sw.limit" />
+<xref linkend="svn.ref.svnlook.sw.revision" />
+<xref linkend="svn.ref.svnlook.sw.show_ids" />
  </screen>
            </informalexample>
          </refsect1>
@@ -8264,8 +8404,8 @@

            <informalexample>
              <screen>
---revision (-r) REV
---transaction (-t) TXN
+<xref linkend="svn.ref.svnlook.sw.revision" />
+<xref linkend="svn.ref.svnlook.sw.transaction" />
  </screen>
            </informalexample>
          </refsect1>
@@ -8374,8 +8514,8 @@

            <informalexample>
              <screen>
---revision (-r) REV
---transaction (-t) TXN
+<xref linkend="svn.ref.svnlook.sw.revision" />
+<xref linkend="svn.ref.svnlook.sw.transaction" />
  </screen>
            </informalexample>
          </refsect1>
@@ -8427,9 +8567,9 @@

            <informalexample>
              <screen>
---revision (-r) REV
---revprop
---transaction (-t) TXN
+<xref linkend="svn.ref.svnlook.sw.revision" />
+<xref linkend="svn.ref.svnlook.sw.revprop" />
+<xref linkend="svn.ref.svnlook.sw.transaction" />
  </screen>
            </informalexample>
          </refsect1>
@@ -8483,11 +8623,11 @@

            <informalexample>
              <screen>
---revision (-r) REV
---revprop
---transaction (-t) TXN
---verbose (-v)
---xml
+<xref linkend="svn.ref.svnlook.sw.revision" />
+<xref linkend="svn.ref.svnlook.sw.revprop" />
+<xref linkend="svn.ref.svnlook.sw.transaction" />
+<xref linkend="svn.ref.svnlook.sw.verbose" />
+<xref linkend="svn.ref.svnlook.sw.xml" />
  </screen>
            </informalexample>
          </refsect1>
@@ -8550,11 +8690,11 @@

            <informalexample>
              <screen>
---full-paths
---non-recursive (-N)
---revision (-r) REV
---show-ids
---transaction (-t) TXN
+<xref linkend="svn.ref.svnlook.sw.full_paths" />
+<xref linkend="svn.ref.svnlook.sw.non_recursive" />
+<xref linkend="svn.ref.svnlook.sw.revision" />
+<xref linkend="svn.ref.svnlook.sw.show_ids" />
+<xref linkend="svn.ref.svnlook.sw.transaction" />
  </screen>
            </informalexample>
          </refsect1>
@@ -8719,7 +8859,7 @@

        <variablelist>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnsync.sw.allow_non_empty">
            <term><option>--allow-non-empty</option></term>
            <listitem>
              <para>Disables the verification (which <command>svnsync
@@ -8729,9 +8869,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--config-dir</option>
-            <replaceable>DIR</replaceable></term>
+        <varlistentry id="svn.ref.svnsync.sw.config_dir">
+          <term><option>--config-dir</option>  
<replaceable>DIR</replaceable></term>
            <listitem>
              <para>Instructs Subversion to read configuration
                information from the specified directory instead of the
@@ -8740,9 +8879,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--config-option</option>
-             
<replaceable>FILE</replaceable>:<replaceable>SECTION</replaceable>:<replaceable>OPTION</replaceable>=[<replaceable>VALUE</replaceable>]</term>
+        <varlistentry id="svn.ref.svnsync.sw.config_option">
+          <term><option>--config-option</option>  
<replaceable>FILE</replaceable>:<replaceable>SECTION</replaceable>:<replaceable>OPTION</replaceable>=[<replaceable>VALUE</replaceable>]</term>
            <listitem>
              <para>Sets, for the duration of the command, the value of
                a runtime configuration
@@ -8763,7 +8901,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnsync.sw.disable_locking">
            <term><option>--disable-locking</option></term>
            <listitem>
              <para>Causes <command>svnsync</command> to bypass its own
@@ -8774,7 +8912,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnsync.sw.no_auth_cache">
            <term><option>--no-auth-cache</option></term>
            <listitem>
              <para>Prevents caching of authentication information
@@ -8783,7 +8921,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnsync.sw.non_interactive">
            <term><option>--non-interactive</option></term>
            <listitem>
              <para>In the case of an authentication failure or
@@ -8795,7 +8933,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnsync.sw.quiet">
            <term><option>--quiet</option> (<option>-q</option>)</term>
            <listitem>
              <para>Requests that the client print only essential
@@ -8803,9 +8941,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--revision</option> (<option>-r</option>)
-            <replaceable>ARG</replaceable></term>
+        <varlistentry id="svn.ref.svnsync.sw.revision">
+          <term><option>--revision</option> (<option>-r</option>)  
<replaceable>ARG</replaceable></term>
            <listitem>
              <para>Used by <command>svnsync copy-revprops</command> to
                specify a particular revision or revision range on which
@@ -8813,9 +8950,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--source-password</option>
-            <replaceable>PASSWD</replaceable></term>
+        <varlistentry id="svn.ref.svnsync.sw.source_password">
+          <term><option>--source-password</option>  
<replaceable>PASSWD</replaceable></term>
            <listitem>
              <para>Specifies the password for the Subversion server
                from which you are syncing.  If not provided, or if
@@ -8824,9 +8960,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--source-prop-encoding
-            <replaceable>ARG</replaceable></option></term>
+        <varlistentry id="svn.ref.svnsync.sw.source_prop_encoding ">
+          <term><option>--source-prop-encoding  
<replaceable>ARG</replaceable></option></term>
            <listitem>
              <para>Instructs <command>svnsync</command> to assume that
                translatable Subversion revision properties found in the
@@ -8837,9 +8972,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--source-username</option>
-            <replaceable>NAME</replaceable></term>
+        <varlistentry id="svn.ref.svnsync.sw.source_username">
+          <term><option>--source-username</option>  
<replaceable>NAME</replaceable></term>
            <listitem>
              <para>Specifies the username for the Subversion server
                from which you are syncing.  If not provided, or if
@@ -8848,7 +8982,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svnsync.sw.steal_lock">
            <term><option>--steal-lock</option></term>
            <listitem>
              <para>Causes <command>svnsync</command> to steal, as
@@ -8862,9 +8996,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--sync-password</option>
-            <replaceable>PASSWD</replaceable></term>
+        <varlistentry id="svn.ref.svnsync.sw.sync_password">
+          <term><option>--sync-password</option>  
<replaceable>PASSWD</replaceable></term>
            <listitem>
              <para>Specifies the password for the Subversion server to
                which you are syncing.  If not provided, or if
@@ -8873,9 +9006,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--sync-username</option>
-            <replaceable>NAME</replaceable></term>
+        <varlistentry id="svn.ref.svnsync.sw.sync_username">
***The diff for this file has been truncated for email.***




More information about the svnbook-dev mailing list