[svnbook] r5742 committed - branches/1.7/de/book

jensmf at users.sourceforge.net jensmf at users.sourceforge.net
Fri Aug 10 07:45:54 CDT 2018


Revision: 5742
          http://sourceforge.net/p/svnbook/source/5742
Author:   jensmf
Date:     2018-08-10 12:45:53 +0000 (Fri, 10 Aug 2018)
Log Message:
-----------
fixed validation errors

Modified Paths:
--------------
    branches/1.7/de/book/ch04-branching-and-merging.xml
    branches/1.7/de/book/ch05-repository-admin.xml
    branches/1.7/de/book/ch09-reference.xml

Modified: branches/1.7/de/book/ch04-branching-and-merging.xml
===================================================================
--- branches/1.7/de/book/ch04-branching-and-merging.xml	2018-08-10 12:25:17 UTC (rev 5741)
+++ branches/1.7/de/book/ch04-branching-and-merging.xml	2018-08-10 12:45:53 UTC (rev 5742)
@@ -1777,6 +1777,7 @@
         mehr müssen Sie bauen, testen und die lokalen Änderungen an
         Ihren Zweig mit <command>svn commit</command>
         übergeben.</para>
+    </sect2>
 
     <!-- =============================================================== -->
     <sect2 id="svn.branchemerge.basicmerging.stayinsync.subtree">

Modified: branches/1.7/de/book/ch05-repository-admin.xml
===================================================================
--- branches/1.7/de/book/ch05-repository-admin.xml	2018-08-10 12:25:17 UTC (rev 5741)
+++ branches/1.7/de/book/ch05-repository-admin.xml	2018-08-10 12:45:53 UTC (rev 5742)
@@ -2934,8 +2934,8 @@
       <para>Sometimes a user will have an error in her log message (a
         misspelling or some misinformation, perhaps).  If the
         repository is configured (using the
-        pre-revprop-change hook; see
-        <xref linkend="svn.reposadmin.hooks" />) to accept changes to
+        pre-revprop-change hook; see <xref
+        linkend="svn.reposadmin.create.hooks"/>) to accept changes to
         this log message after the commit is finished, the user
         can <quote>fix</quote> her log message remotely using
         <command>svn propset</command> (see <xref
@@ -2951,7 +2951,7 @@
         eine Fehlinformation). Falls das Projektarchiv entsprechend
         eingestellt ist (indem der Hook
         pre-revprop-change verwendet wird; siehe
-        <xref linkend="svn.reposadmin.hooks"/>), um Änderungen
+        <xref linkend="svn.reposadmin.create.hooks"/>), um Änderungen
         am Protokolleintrag vorzunehmen nachdem die Übergabe
         abgeschlossen ist, kann der Benutzer den Protokolleintrag aus
         der Ferne mit dem Befehl <command>svn propset</command> (siehe

Modified: branches/1.7/de/book/ch09-reference.xml
===================================================================
--- branches/1.7/de/book/ch09-reference.xml	2018-08-10 12:25:17 UTC (rev 5741)
+++ branches/1.7/de/book/ch09-reference.xml	2018-08-10 12:45:53 UTC (rev 5742)
@@ -13082,7 +13082,7 @@
         </varlistentry>
 
         <varlistentry id="svn.ref.svnlook.sw.transaction">
-          <term><option>--transaction</option> (<option>-t</option>) <replaceable>ID</replaceable><</term>
+          <term><option>--transaction</option> (<option>-t</option>) <replaceable>ID</replaceable></term>
           <listitem>
 <!--
             <para>Specifies a particular transaction ID that you wish to




More information about the svnbook-dev mailing list