[svnbook] r4644 committed - Translation: --config-option

svnbook at googlecode.com svnbook at googlecode.com
Sat Feb 8 16:55:05 CST 2014


Revision: 4644
Author:   jmfelderhoff at gmx.eu
Date:     Sat Feb  8 22:25:59 2014 UTC
Log:      Translation: --config-option

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

Modified:
  /branches/1.6/de/book/ch09-reference.xml

=======================================
--- /branches/1.6/de/book/ch09-reference.xml	Sat Feb  8 22:04:07 2014 UTC
+++ /branches/1.6/de/book/ch09-reference.xml	Sat Feb  8 22:25:59 2014 UTC
@@ -133,6 +133,49 @@
            </listitem>
          </varlistentry>

+        <varlistentry>
+          <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
+              option.  <replaceable>FILE</replaceable>
+              and <replaceable>SECTION</replaceable> are the runtime
+              configuration file (either <literal>config</literal>
+              or <literal>servers</literal>) and the section thereof,
+              respectively, which contain the option whose value you
+              wish to change.  <replaceable>OPTION</replaceable> is,
+              of course, the option itself,
+              and <replaceable>VALUE</replaceable> the value (if any)
+              you wish to assign to the option.  For example, to
+              temporarily disable the use of the automatic property
+              setting feature,
+              use <option>-  
-config-option=config:miscellany:enable-auto-props=no</option>.
+              You can use this option multiple times to change
+              multiple option values simultaneously.</para>
+-->
+            <para>Setzt den Wert einer Laufzeitkonfigurationsoption
+              für die Dauer eines Befehls.
+              <replaceable>FILE</replaceable> und
+              <replaceable>SECTION</replaceable> bestimmen jeweils die
+              Konfigurationsdatei (entweder <literal>config</literal>
+              oder <literal>servers</literal>) bzw. den darin
+              befindlichen Abschnitt, in dem sich die Option befindet,
+              die Sie ändern möchten.
+              <replaceable>OPTION</replaceable> ist natürlich die
+              Option selbst, und <replaceable>VALUE</replaceable> der
+              Wert (sofern vorhanden), den Sie der Option zuweisen
+              möchten.  Wenn Sie beispielsweise vorübergehend das
+              automatische Setzen von Eigenschaften verhindern
+              möchten, verwenden Sie
+               
<option>--config-option=config:miscellany:enable-auto-props=no</option>.
+              Sie können diese Option mehrfach verwenden, um
+              gleichzeitig unterschiedliche Optionswerte zu
+              ändern.</para>
+          </listitem>
+        </varlistentry>
+
          <varlistentry>
            <term><option>--no-auth-cache</option></term>
            <listitem>


More information about the svnbook-dev mailing list