[svnbook] r4135 committed - Clever or insane? You decide....

svnbook at googlecode.com svnbook at googlecode.com
Wed Nov 2 09:23:38 CDT 2011


Revision: 4135
Author:   cmpilato at gmail.com
Date:     Wed Nov  2 07:23:00 2011
Log:      Clever or insane?  You decide.

* en/book/ch09-reference.xml
   Add id="" to all 'svn' option descriptions, and replace static text
   in each subcommand's Option section with pointers to these IDs.  As
   an unexpected side-effect, the resulting ID mapping failures
   identified a number of options that were not yet described in the
   reference chapter.
http://code.google.com/p/svnbook/source/detail?r=4135

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

=======================================
--- /trunk/en/book/ch09-reference.xml	Tue Nov  1 10:01:12 2011
+++ /trunk/en/book/ch09-reference.xml	Wed Nov  2 07:23:00 2011
@@ -61,9 +61,8 @@

        <variablelist>

-        <varlistentry>
-          <term><option>--config-dir</option>
-            <replaceable>DIR</replaceable></term>
+        <varlistentry id="svn.ref.svn.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
@@ -72,9 +71,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.svn.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
@@ -95,7 +93,7 @@
            </listitem>
          </varlistentry>

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

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.non_interactive">
            <term><option>--non-interactive</option></term>
            <listitem>
              <para>Disables all interactive prompting.  Some examples
@@ -117,9 +115,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--password</option>
-            <replaceable>PASSWD</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.password">
+          <term><option>--password</option>  
<replaceable>PASSWD</replaceable></term>
            <listitem>
              <para>Specifies the password to use when authenticating
                against a Subversion server.  If not provided, or if
@@ -128,7 +125,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.trust_server_cert">
            <term><option>--trust-server-cert</option></term>
            <listitem>
              <para>When used with <option>--non-interactive</option>,
@@ -141,9 +138,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--username</option>
-            <replaceable>NAME</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.username">
+          <term><option>--username</option>  
<replaceable>NAME</replaceable></term>
            <listitem>
              <para>Specifies the username to use when authenticating
                against a Subversion server.  If not provided, or if
@@ -159,9 +155,8 @@

        <variablelist>

-        <varlistentry>
-          <term><option>--accept</option>
-            <replaceable>ACTION</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.accept">
+          <term><option>--accept</option>  
<replaceable>ACTION</replaceable></term>
            <listitem>
              <para>Specifies an action for automatic conflict resolution.
                Possible actions are <literal>postpone</literal>,
@@ -171,7 +166,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.allow_mixed_revisions">
            <term><option>--allow-mixed-revisions</option></term>
            <listitem>
              <para>Disables the verification—performed by default
@@ -185,7 +180,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.auto_props">
            <term><option>--auto-props</option></term>
            <listitem>
              <para>Enables auto-props, overriding the
@@ -194,9 +189,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--change</option> (<option>-c</option>)
-            <replaceable>ARG</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.change">
+          <term><option>--change</option> (<option>-c</option>)  
<replaceable>ARG</replaceable></term>
            <listitem>
              <para>Used as a means to refer to a specific
                <quote>change</quote> (a.k.a. a revision).  This option is
@@ -211,9 +205,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--changelist</option>
-            <replaceable>ARG</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.changelist">
+          <term><option>--changelist</option> (<option>--cl</option>)  
<replaceable>ARG</replaceable></term>
            <listitem>
              <para>Instructs Subversion to operate only on members of the  
changelist named
                <replaceable>ARG</replaceable>.  You can use this option
@@ -221,18 +214,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--cl</option>
-            <replaceable>ARG</replaceable></term>
-          <listitem>
-            <para>An alias for the
-              <option>--changelist</option> option.</para>
-          </listitem>
-        </varlistentry>
-
-        <varlistentry>
-          <term><option>--depth</option>
-            <replaceable>ARG</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.depth">
+          <term><option>--depth</option>  
<replaceable>ARG</replaceable></term>
            <listitem>
              <para>Instructs Subversion to limit the scope of an
                operation to a particular tree
@@ -247,7 +230,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.diff">
            <term><option>--diff</option></term>
            <listitem>
              <para>Enables a special output mode for <command>svn
@@ -257,9 +240,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--diff-cmd</option>
-            <replaceable>CMD</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.diff_cmd">
+          <term><option>--diff-cmd</option>  
<replaceable>CMD</replaceable></term>
            <listitem>
              <para>Specifies an external program to use to show
                differences between files.  When <command>svn
@@ -273,15 +255,14 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--diff3-cmd</option>
-            <replaceable>CMD</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.diff3_cmd">
+          <term><option>--diff3-cmd</option>  
<replaceable>CMD</replaceable></term>
            <listitem>
              <para>Specifies an external program to use to merge  
files.</para>
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.dry_run">
            <term><option>--dry-run</option></term>
            <listitem>
              <para>Goes through all the motions of running a command,
@@ -290,9 +271,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--editor-cmd</option>
-            <replaceable>CMD</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.editor_cmd">
+          <term><option>--editor-cmd</option>  
<replaceable>CMD</replaceable></term>
            <listitem>
              <para>Specifies an external program to use to edit a log  
message
                or a property value.  See the <literal>editor-cmd</literal>
@@ -301,7 +281,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.encoding">
            <term><option>--encoding</option>  
<replaceable>ENC</replaceable></term>
            <listitem>
              <para>Tells Subversion that your commit message is encoded
@@ -312,9 +292,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--extensions</option> (<option>-x</option>)
-            <replaceable>ARG</replaceable></term>
+        <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
@@ -332,10 +311,8 @@

          </varlistentry>

-        <varlistentry>
-          <term><option>--file</option> (<option>-F</option>)
-            <replaceable>FILENAME</replaceable>
-          </term>
+        <varlistentry id="svn.ref.svn.sw.file">
+          <term><option>--file</option> (<option>-F</option>)  
<replaceable>FILENAME</replaceable></term>
            <listitem>
              <para>Uses the contents of the named file for the
                specified subcommand, though different subcommands do
@@ -346,7 +323,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.force">
            <term><option>--force</option></term>
            <listitem>
              <para>Forces a particular command or operation to run.
@@ -361,7 +338,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.force_log">
            <term><option>--force-log</option></term>
            <listitem>
              <para>Forces a suspicious parameter passed to the
@@ -382,7 +359,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.git">
            <term><option>--git</option></term>
            <listitem>
              <para>Enables a special output mode for <command>svn
@@ -391,9 +368,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--help</option> (<option>-h</option> or
-             <option>-?</option>)</term>
+        <varlistentry id="svn.ref.svn.sw.help">
+          <term><option>--help</option> (<option>-h</option>,  
<option>-?</option>)</term>
            <listitem>
              <para>If used with one or more subcommands, shows the
                built-in help text for each.  If used alone, it displays
@@ -401,7 +377,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.ignore_ancestry">
            <term><option>--ignore-ancestry</option></term>
            <listitem>
              <para>Tells Subversion to ignore ancestry when calculating
@@ -409,7 +385,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.ignore_externals">
            <term><option>--ignore-externals</option></term>
            <listitem>
              <para>Tells Subversion to ignore externals definitions and
@@ -417,14 +393,14 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.ignore_keywords">
            <term><option>--ignore-keywords</option></term>
            <listitem>
              <para>Disables keyword expansion.</para>
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.incremental">
            <term><option>--incremental</option></term>
            <listitem>
              <para>Prints output in a format suitable for
@@ -432,7 +408,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.internal_diff">
            <term><option>--internal-diff</option></term>
            <listitem>
              <para>Instructs Subversion to use its built-in
@@ -442,14 +418,14 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.keep_changelists">
            <term><option>--keep-changelists</option></term>
            <listitem>
              <para>Tells Subversion not to delete changelists after  
committing.</para>
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.keep_local">
            <term><option>--keep-local</option></term>
            <listitem>
              <para>Keeps the local copy of a file or directory (used
@@ -457,19 +433,16 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--limit</option> (<option>-l</option>)
-            <replaceable>NUM</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.limit">
+          <term><option>--limit</option> (<option>-l</option>)  
<replaceable>NUM</replaceable></term>
            <listitem>
              <para>Shows only the first <replaceable>NUM</replaceable>
                log messages.</para>
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--message</option> (<option>-m</option>)
-            <replaceable>MESSAGE</replaceable>
-          </term>
+        <varlistentry id="svn.ref.svn.sw.message">
+          <term><option>--message</option> (<option>-m</option>)  
<replaceable>MESSAGE</replaceable></term>
            <listitem>
              <para>Indicates that you will specify either a log message
                or a lock comment on the command line, following this
@@ -483,7 +456,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.new">
            <term><option>--new</option>  
<replaceable>ARG</replaceable></term>
            <listitem>
              <para>Uses <replaceable>ARG</replaceable> as the newer
@@ -491,7 +464,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.no_auto_props">
            <term><option>--no-auto-props</option></term>
            <listitem>
              <para>Disables auto-props, overriding the
@@ -500,7 +473,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.no_diff_deleted">
            <term><option>--no-diff-deleted</option></term>
          <listitem>
              <para>Prevents Subversion from printing differences for
@@ -511,7 +484,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.no_ignore">
            <term><option>--no-ignore</option></term>
            <listitem>
              <para>Shows files in the status listing that would
@@ -524,7 +497,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.no_unlock">
            <term><option>--no-unlock</option></term>
            <listitem>
              <para>Tells Subversion not to automatically unlock files (the  
default commit
@@ -534,7 +507,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.non_recursive">
            <term><option>--non-recursive</option>  
(<option>-N</option>)</term>
            <listitem>
              <para><emphasis>Deprecated</emphasis>.  Stops a subcommand
@@ -553,7 +526,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.notice_ancestry">
            <term><option>--notice-ancestry</option></term>
            <listitem>
              <para>Pays attention to ancestry when calculating
@@ -561,7 +534,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.old">
            <term><option>--old</option>  
<replaceable>ARG</replaceable></term>
            <listitem>
              <para>Uses <replaceable>ARG</replaceable> as the older
@@ -569,7 +542,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.parents">
            <term><option>--parents</option></term>
            <listitem>
              <para>Creates and adds nonexistent or nonversioned parent
@@ -581,7 +554,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.quiet">
            <term><option>--quiet</option> (<option>-q</option>)</term>
            <listitem>
              <para>Requests that the client print only essential
@@ -589,7 +562,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.record_only">
            <term><option>--record-only</option></term>
            <listitem>
              <para>Marks revisions as merged, for use with
@@ -598,7 +571,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.recursive">
            <term><option>--recursive</option> (<option>-R</option>)</term>
            <listitem>
              <para>Makes a subcommand recurse into subdirectories.
@@ -606,7 +579,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.reintegrate">
            <term><option>--reintegrate</option></term>
            <listitem>
              <para>Used with the <command>svn merge</command>
@@ -617,9 +590,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--relocate</option> <replaceable>FROM TO
-            [PATH...]</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.relocate">
+          <term><option>--relocate</option></term>
            <listitem>
              <para>Deprecated.  When used with the <command>svn
                switch</command> subcommand, changes the location of the
@@ -631,19 +603,16 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--remove</option>
-            <replaceable>ARG</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.remove">
+          <term><option>--remove</option>  
<replaceable>ARG</replaceable></term>
            <listitem>
              <para>Disassociates <replaceable>ARG</replaceable> from a
                changelist</para>
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--revision</option> (<option>-r</option>)
-            <replaceable>REV</replaceable>
-          </term>
+        <varlistentry id="svn.ref.svn.sw.revision">
+          <term><option>--revision</option> (<option>-r</option>)  
<replaceable>REV</replaceable></term>
            <listitem>
              <para>Indicates that you're going to supply a revision (or
                range of revisions) for a particular operation.  You can
@@ -668,8 +637,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <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
@@ -679,9 +647,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--set-depth</option>
-            <replaceable>ARG</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.set_depth">
+          <term><option>--set-depth</option>  
<replaceable>ARG</replaceable></term>
            <listitem>
              <para>Sets the sticky depth on a directory in a working
                copy to one of <literal>exclude</literal>,  
<literal>empty</literal>,
@@ -692,7 +659,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.show_copies_as_adds">
            <term><option>--show-copies-as-adds</option></term>
            <listitem>
              <para>Enables a special output mode for <command>svn
@@ -705,7 +672,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.show_revs">
            <term><option>--show-revs</option>  
<replaceable>ARG</replaceable></term>
            <listitem>
              <para>Used to make <command>svn mergeinfo</command>
@@ -714,7 +681,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.show_updates">
            <term><option>--show-updates</option>  
(<option>-u</option>)</term>
            <listitem>
              <para>Causes the client to display information about
@@ -726,7 +693,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.stop_on_copy">
            <term><option>--stop-on-copy</option></term>
            <listitem>
              <para>Causes a Subversion subcommand that traverses
@@ -738,7 +705,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.strict">
            <term><option>--strict</option></term>
            <listitem>
              <para>Causes Subversion to use strict semantics, a notion
@@ -747,9 +714,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--targets</option>
-            <replaceable>FILENAME</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.targets">
+          <term><option>--targets</option>  
<replaceable>FILENAME</replaceable></term>
            <listitem>
              <para>Tells Subversion to read additional target paths for
                the operation from <replaceable>FILENAME</replaceable>.
@@ -761,16 +727,15 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--use-merge-history</option>
-            (<option>-g</option>)</term>
+        <varlistentry id="svn.ref.svn.sw.use_merge_history">
+          <term><option>--use-merge-history</option>  
(<option>-g</option>)</term>
            <listitem>
              <para>Uses or displays additional information from merge
                history.</para>
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.verbose">
            <term><option>--verbose</option> (<option>-v</option>)</term>
            <listitem>
              <para>Requests that the client print out as much
@@ -781,7 +746,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.version">
            <term><option>--version</option></term>
            <listitem>
              <para>Prints the client version info.  This information
@@ -793,7 +758,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.with_all_revprops">
            <term><option>--with-all-revprops</option></term>
            <listitem>
              <para>Used with the <option>--xml</option> option
@@ -804,7 +769,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.with_no_revprops">
            <term><option>--with-no-revprops</option></term>
            <listitem>
              <para>Used with the <option>--xml</option> option
@@ -815,9 +780,8 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
-          <term><option>--with-revprop</option>
-            <replaceable>ARG</replaceable></term>
+        <varlistentry id="svn.ref.svn.sw.with_revprop">
+          <term><option>--with-revprop</option>  
<replaceable>ARG</replaceable></term>
            <listitem>
              <para>When used with any command that writes to the
                repository, sets the revision property, using the
@@ -829,7 +793,7 @@
            </listitem>
          </varlistentry>

-        <varlistentry>
+        <varlistentry id="svn.ref.svn.sw.xml">
            <term><option>--xml</option></term>
            <listitem>
              <para>Prints output in XML format.</para>
@@ -884,14 +848,14 @@

            <informalexample>
              <screen>
---auto-props
---depth ARG
---force
---no-auto-props
---no-ignore
---parents
---quiet (-q)
---targets FILENAME
+<xref linkend="svn.ref.svn.sw.auto_props" />
+<xref linkend="svn.ref.svn.sw.depth" />
+<xref linkend="svn.ref.svn.sw.force" />
+<xref linkend="svn.ref.svn.sw.no_auto_props" />
+<xref linkend="svn.ref.svn.sw.no_ignore" />
+<xref linkend="svn.ref.svn.sw.parents" />
+<xref linkend="svn.ref.svn.sw.quiet" />
+<xref linkend="svn.ref.svn.sw.targets" />
  </screen>
            </informalexample>
          </refsect1>
@@ -986,13 +950,13 @@

            <informalexample>
              <screen>
---extensions (-x) ARG
---force
---incremental
---revision (-r) REV
---use-merge-history (-g)
---verbose (-v)
---xml
+<xref linkend="svn.ref.svn.sw.extensions" />
+<xref linkend="svn.ref.svn.sw.force" />
+<xref linkend="svn.ref.svn.sw.incremental" />
+<xref linkend="svn.ref.svn.sw.revision" />
+<xref linkend="svn.ref.svn.sw.use_merge_history" />
+<xref linkend="svn.ref.svn.sw.verbose" />
+<xref linkend="svn.ref.svn.sw.xml" />
  </screen>
            </informalexample>
  <!--
@@ -1108,7 +1072,7 @@

            <informalexample>
              <screen>
---revision (-r) REV
+<xref linkend="svn.ref.svn.sw.revision" />
  </screen>
            </informalexample>
          </refsect1>
@@ -1185,12 +1149,12 @@

            <informalexample>
              <screen>
---changelist ARG
---depth ARG
---quiet (-q)
---recursive (-R)
---remove
---targets FILENAME
+<xref linkend="svn.ref.svn.sw.changelist" />
+<xref linkend="svn.ref.svn.sw.depth" />
+<xref linkend="svn.ref.svn.sw.quiet" />
+<xref linkend="svn.ref.svn.sw.recursive" />
+<xref linkend="svn.ref.svn.sw.remove" />
+<xref linkend="svn.ref.svn.sw.targets" />
  </screen>
            </informalexample>
          </refsect1>
@@ -1270,11 +1234,11 @@

            <informalexample>
              <screen>
---depth ARG
---force
---ignore-externals
---quiet (-q)
---revision (-r) REV
+<xref linkend="svn.ref.svn.sw.depth" />
+<xref linkend="svn.ref.svn.sw.force" />
+<xref linkend="svn.ref.svn.sw.ignore_externals" />
+<xref linkend="svn.ref.svn.sw.quiet" />
+<xref linkend="svn.ref.svn.sw.revision" />
  </screen>
            </informalexample>
          </refsect1>
@@ -1515,7 +1479,7 @@

            <informalexample>
              <screen>
---diff3-cmd CMD
+<xref linkend="svn.ref.svn.sw.diff3_cmd" />
  </screen>
            </informalexample>

@@ -1591,18 +1555,18 @@

            <informalexample>
              <screen>
---changelist ARG
---depth ARG
---editor-cmd CMD
---encoding ENC
---file (-F) FILENAME
---force-log
---keep-changelists
---message (-m) MESSAGE
---no-unlock
---quiet (-q)
---targets FILENAME
---with-revprop ARG
+<xref linkend="svn.ref.svn.sw.changelist" />
+<xref linkend="svn.ref.svn.sw.depth" />
+<xref linkend="svn.ref.svn.sw.editor_cmd" />
+<xref linkend="svn.ref.svn.sw.encoding" />
+<xref linkend="svn.ref.svn.sw.file" />
+<xref linkend="svn.ref.svn.sw.force_log" />
+<xref linkend="svn.ref.svn.sw.keep_changelists" />
+<xref linkend="svn.ref.svn.sw.message" />
+<xref linkend="svn.ref.svn.sw.no_unlock" />
+<xref linkend="svn.ref.svn.sw.quiet" />
+<xref linkend="svn.ref.svn.sw.targets" />
+<xref linkend="svn.ref.svn.sw.with_revprop" />
  </screen>
            </informalexample>
          </refsect1>
@@ -1754,16 +1718,16 @@

            <informalexample>
              <screen>
---editor-cmd CMD
---encoding ENC
---file (-F) FILENAME
---force-log
---ignore-externals
---message (-m) MESSAGE
---parents
---quiet (-q)
---revision (-r) REV
---with-revprop ARG
+<xref linkend="svn.ref.svn.sw.editor_cmd" />
+<xref linkend="svn.ref.svn.sw.encoding" />
+<xref linkend="svn.ref.svn.sw.file" />
+<xref linkend="svn.ref.svn.sw.force_log" />
+<xref linkend="svn.ref.svn.sw.ignore_externals" />
+<xref linkend="svn.ref.svn.sw.message" />
+<xref linkend="svn.ref.svn.sw.parents" />
+<xref linkend="svn.ref.svn.sw.quiet" />
+<xref linkend="svn.ref.svn.sw.revision" />
+<xref linkend="svn.ref.svn.sw.with_revprop" />
  </screen>
            </informalexample>
          </refsect1>
@@ -1917,16 +1881,16 @@

            <informalexample>
              <screen>
---editor-cmd CMD
---encoding ENC
---file (-F) FILENAME
---force
---force-log
---keep-local
---message (-m) MESSAGE
---quiet (-q)
---targets FILENAME
---with-revprop ARG
+<xref linkend="svn.ref.svn.sw.editor_cmd" />
+<xref linkend="svn.ref.svn.sw.encoding" />
+<xref linkend="svn.ref.svn.sw.file" />
+<xref linkend="svn.ref.svn.sw.force" />
+<xref linkend="svn.ref.svn.sw.force_log" />
+<xref linkend="svn.ref.svn.sw.keep_local" />
+<xref linkend="svn.ref.svn.sw.message" />
+<xref linkend="svn.ref.svn.sw.quiet" />
+<xref linkend="svn.ref.svn.sw.targets" />
+<xref linkend="svn.ref.svn.sw.with_revprop" />
  </screen>
            </informalexample>
          </refsect1>
@@ -2140,22 +2104,22 @@

            <informalexample>
              <screen>
---change (-c) ARG
---changelist ARG
---depth ARG
---diff-cmd CMD
---extensions (-x) ARG
---force
---git
---internal-diff
---new ARG
---no-diff-deleted
---notice-ancestry
---old ARG
---revision (-r) ARG
---show-copies-as-adds
---summarize
---xml
+<xref linkend="svn.ref.svn.sw.change" />
+<xref linkend="svn.ref.svn.sw.changelist" />
+<xref linkend="svn.ref.svn.sw.depth" />
+<xref linkend="svn.ref.svn.sw.diff_cmd" />
+<xref linkend="svn.ref.svn.sw.extensions" />
+<xref linkend="svn.ref.svn.sw.force" />
+<xref linkend="svn.ref.svn.sw.git" />
+<xref linkend="svn.ref.svn.sw.internal_diff" />
+<xref linkend="svn.ref.svn.sw.new" />
+<xref linkend="svn.ref.svn.sw.no_diff_deleted" />
+<xref linkend="svn.ref.svn.sw.notice_ancestry" />
+<xref linkend="svn.ref.svn.sw.old" />
+<xref linkend="svn.ref.svn.sw.revision" />
+<xref linkend="svn.ref.svn.sw.show_copies_as_adds" />
+<!-- xref linkend="svn.ref.svn.sw.summarize" /-->
+<xref linkend="svn.ref.svn.sw.xml" />
  </screen>
            </informalexample>
          </refsect1>
@@ -2365,13 +2329,13 @@

            <informalexample>
              <screen>
---depth ARG
---force
---ignore-externals
---ignore-keywords
---native-eol EOL
---quiet (-q)
---revision (-r) REV
+<xref linkend="svn.ref.svn.sw.depth" />
+<xref linkend="svn.ref.svn.sw.force" />
+<xref linkend="svn.ref.svn.sw.ignore_externals" />
+<xref linkend="svn.ref.svn.sw.ignore_keywords" />
+<!-- xref linkend="svn.ref.svn.sw.native_eol" /-->
+<xref linkend="svn.ref.svn.sw.quiet" />
+<xref linkend="svn.ref.svn.sw.revision" />
  </screen>
            </informalexample>
          </refsect1>
@@ -2498,18 +2462,18 @@

            <informalexample>
              <screen>
---auto-props
---depth ARG
---editor-cmd CMD
---encoding ENC
---file (-F) FILENAME
---force
---force-log
---message (-m) MESSAGE
---no-auto-props
---no-ignore
---quiet (-q)
---with-revprop ARG
+<xref linkend="svn.ref.svn.sw.auto_props" />
+<xref linkend="svn.ref.svn.sw.depth" />
+<xref linkend="svn.ref.svn.sw.editor_cmd" />
+<xref linkend="svn.ref.svn.sw.encoding" />
+<xref linkend="svn.ref.svn.sw.file" />
+<xref linkend="svn.ref.svn.sw.force" />
+<xref linkend="svn.ref.svn.sw.force_log" />
+<xref linkend="svn.ref.svn.sw.message" />
+<xref linkend="svn.ref.svn.sw.no_auto_props" />
+<xref linkend="svn.ref.svn.sw.no_ignore" />
+<xref linkend="svn.ref.svn.sw.quiet" />
+<xref linkend="svn.ref.svn.sw.with_revprop" />
  </screen>
            </informalexample>
          </refsect1>
@@ -2624,13 +2588,13 @@

            <informalexample>
              <screen>
---changelist ARG
---depth ARG
---incremental
---recursive (-R)
---revision (-r) REV
---targets FILENAME
---xml
+<xref linkend="svn.ref.svn.sw.changelist" />
+<xref linkend="svn.ref.svn.sw.depth" />
+<xref linkend="svn.ref.svn.sw.incremental" />
+<xref linkend="svn.ref.svn.sw.recursive" />
+<xref linkend="svn.ref.svn.sw.revision" />
+<xref linkend="svn.ref.svn.sw.targets" />
+<xref linkend="svn.ref.svn.sw.xml" />
  </screen>
            </informalexample>
          </refsect1>
@@ -2807,12 +2771,12 @@

            <informalexample>
              <screen>
---depth ARG
---incremental
---recursive (-R)
---revision (-r) REV
---verbose (-v)
---xml
+<xref linkend="svn.ref.svn.sw.depth" />
+<xref linkend="svn.ref.svn.sw.incremental" />
+<xref linkend="svn.ref.svn.sw.recursive" />
+<xref linkend="svn.ref.svn.sw.revision" />
+<xref linkend="svn.ref.svn.sw.verbose" />
+<xref linkend="svn.ref.svn.sw.xml" />
  </screen>
            </informalexample>
          </refsect1>
@@ -2917,12 +2881,12 @@

            <informalexample>
              <screen>
---encoding ENC
---file (-F) FILENAME
---force
---force-log
---message (-m) MESSAGE
---targets FILENAME
+<xref linkend="svn.ref.svn.sw.encoding" />
+<xref linkend="svn.ref.svn.sw.file" />
+<xref linkend="svn.ref.svn.sw.force" />
+<xref linkend="svn.ref.svn.sw.force_log" />
+<xref linkend="svn.ref.svn.sw.message" />
+<xref linkend="svn.ref.svn.sw.targets" />
  </screen>
            </informalexample>
          </refsect1>
@@ -3028,24 +2992,24 @@

            <informalexample>
              <screen>
---change (-c) ARG
---depth ARG
***The diff for this file has been truncated for email.***




More information about the svnbook-dev mailing list