[svnbook] r4623 committed - Translation: Configuration and the Windows Registry

svnbook at googlecode.com svnbook at googlecode.com
Sun Jan 12 11:08:13 CST 2014


Revision: 4623
Author:   jmfelderhoff at gmx.eu
Date:     Sun Jan 12 15:21:48 2014 UTC
Log:      Translation: Configuration and the Windows Registry

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

Modified:
  /branches/1.6/de/book/ch07-customizing-svn.xml

=======================================
--- /branches/1.6/de/book/ch07-customizing-svn.xml	Sun Jan 12 15:15:50 2014  
UTC
+++ /branches/1.6/de/book/ch07-customizing-svn.xml	Sun Jan 12 15:21:48 2014  
UTC
@@ -404,63 +404,76 @@
  [HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Servers\groups]

  [HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Servers\global]
+"#http-auth-types"="basic;digest;negotiate"
+"#http-compression"="yes"
+"#http-library"=""
+"#http-proxy-exceptions"=""
  "#http-proxy-host"=""
+"#http-proxy-password"=""
  "#http-proxy-port"=""
  "#http-proxy-username"=""
-"#http-proxy-password"=""
-"#http-proxy-exceptions"=""
  "#http-timeout"="0"
-"#http-compression"="yes"
  "#neon-debug-mask"=""
  "#ssl-authority-files"=""
-"#ssl-trust-default-ca"=""
  "#ssl-client-cert-file"=""
  "#ssl-client-cert-password"=""
+"#ssl-pkcs11-provider"=""
+"#ssl-trust-default-ca"=""
+"#store-auth-creds"="yes"
+"#store-passwords"="yes"
+"#store-plaintext-passwords"="ask"
+"#store-ssl-client-cert-pp"="yes"
+"#store-ssl-client-cert-pp-plaintext"="ask"
+"#username"=""

  [HKEY_CURRENT_USER\Software\Tigris.org\Subversion\Config\auth]
-"#store-passwords"="yes"
-"#store-auth-creds"="yes"
+"#password-stores"="windows-cryptoapi"

  [HKEY_CURRENT_USER\Software\Tigris.org\Subversion\Config\helpers]
-"#editor-cmd"="notepad"
  "#diff-cmd"=""
  "#diff3-cmd"=""
  "#diff3-has-program-arg"=""
+"#editor-cmd"="notepad"
+"#merge-tool-cmd"=""

  [HKEY_CURRENT_USER\Software\Tigris.org\Subversion\Config\tunnels]

  [HKEY_CURRENT_USER\Software\Tigris.org\Subversion\Config\miscellany]
-"#global-ignores"="*.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store"
+"#enable-auto-props"="no"
+"#global-ignores"="*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc  
*.pyo *.rej *~ #*# .#* .*.swp .DS_Store"
+"#interactive-conflicts"="yes"
  "#log-encoding"=""
-"#use-commit-times"=""
-"#no-unlock"=""
-"#enable-auto-props"=""
+"#mime-types-file"=""
+"#no-unlock"="no"
+"#preserved-conflict-file-exts"="doc ppt xls od?"
+"#use-commit-times"="no"

  [HKEY_CURRENT_USER\Software\Tigris.org\Subversion\Config\auto-props]
  </programlisting>
        </example>

  <!--
-      <para>The previous example shows the contents of a
-        <filename>.reg</filename> file, which contains some of the most
-        commonly used configuration options and their default values.
-        Note the presence of both system-wide (for network
-        proxy-related options) and per-user settings (editor programs
-        and password storage, among others).  Also note that all the
-        options are effectively commented out.  You need only to
-        remove the hash (<literal>#</literal>) character from the
-        beginning of the option names and set the values as you
-        desire.</para>
+      <para><xref linkend="svn.advanced.confarea.windows-registry.ex-1"/>
+        shows the contents of a <filename>.reg</filename> file, which
+        contains some of the most commonly used configuration options
+        and their default values.  Note the presence of both
+        system-wide (for network proxy-related options) and per-user
+        settings (editor programs and password storage, among others).
+        Also note that all the options are effectively commented out.
+        You need only to remove the hash (<literal>#</literal>)
+        character from the beginning of the option names and set the
+        values as you desire.</para>
  -->
-      <para>Das vorangegangene Beispiel zeigt den Inhalt einer
-        <filename>.reg</filename>-Datei: einige der am meisten benutzten
-        Konfigurationsoptionen mit deren Standardwerten. Beachten Sie
-        das Auftreten von systemweiten (für Netz-Proxy-Optionen) und
-        benutzereigenen (u.a. Editoren und Passwortspeicherung)
-        Einstellungen. Beachten Sie weiterhin, dass alle Optionen
-        auskommentiert sind. Sie brauchen nur das Rautezeichen
-        (<literal>#</literal>) vom Anfang des Optionsnamens zu
-        entfernen und den Wert nach Ihren Wünschen zu setzen.</para>
+      <para><xref linkend="svn.advanced.confarea.windows-registry.ex-1"/>
+        zeigt den Inhalt einer <filename>.reg</filename>-Datei: einige
+        der am meisten benutzten Konfigurationsoptionen mit deren
+        Standardwerten. Beachten Sie das Auftreten von systemweiten
+        (für Netz-Proxy-Optionen) und benutzereigenen (u.a. Editoren
+        und Passwortspeicherung) Einstellungen. Beachten Sie
+        weiterhin, dass alle Optionen auskommentiert sind. Sie
+        brauchen nur das Rautezeichen (<literal>#</literal>) vom
+        Anfang des Optionsnamens zu entfernen und den Wert nach Ihren
+        Wünschen zu setzen.</para>

      </sect2>



More information about the svnbook-dev mailing list