[svnbook] r4547 committed - Translation: Creating a Simple Tag

svnbook at googlecode.com svnbook at googlecode.com
Fri Nov 1 16:21:59 CDT 2013


Revision: 4547
Author:   jmfelderhoff at gmx.eu
Date:     Fri Nov  1 21:21:52 2013 UTC
Log:      Translation: Creating a Simple Tag

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

Modified:
  /branches/1.6/de/book/ch04-branching-and-merging.xml

=======================================
--- /branches/1.6/de/book/ch04-branching-and-merging.xml	Fri Nov  1  
21:08:15 2013 UTC
+++ /branches/1.6/de/book/ch04-branching-and-merging.xml	Fri Nov  1  
21:21:52 2013 UTC
@@ -5274,21 +5274,25 @@
          Sie davon eine Kopie:</para>

  <!--
-      <screen>
+      <informalexample>
+        <screen>
  $ svn copy http://svn.example.com/repos/calc/trunk \
             http://svn.example.com/repos/calc/tags/release-1.0 \
        -m "Tagging the 1.0 release of the 'calc' project."

  Committed revision 902.
  </screen>
+      </informalexample>
  -->
-      <screen>
+      <informalexample>
+        <screen>
  $ svn copy http://svn.example.com/repos/calc/trunk \
             http://svn.example.com/repos/calc/tags/release-1.0 \
        -m "Ein Tag für die Ausgabe 1.0 des 'calc' Projektes anlegen."

  Revision 902 übertragen.
  </screen>
+      </informalexample>

  <!--
        <para>This example assumes that a
@@ -5382,7 +5386,7 @@

      </sect2>

-      <!-- ===============================================================  
-->
+    <!-- ===============================================================  
-->
      <sect2 id="svn.branchmerge.tags.mkcomplex">
  <!--
        <title>Creating a Complex Tag</title>


More information about the svnbook-dev mailing list