[svnbook] r4511 committed - Translation: Punting: Using svn revert

svnbook at googlecode.com svnbook at googlecode.com
Wed Jun 12 05:18:22 CDT 2013


Revision: 4511
Author:   jmfelderhoff at gmx.eu
Date:     Wed Jun 12 03:18:13 2013
Log:      Translation: Punting: Using svn revert

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

Modified:
  /branches/1.6/de/book/ch02-basic-usage.xml

=======================================
--- /branches/1.6/de/book/ch02-basic-usage.xml	Tue Jun 11 14:20:58 2013
+++ /branches/1.6/de/book/ch02-basic-usage.xml	Wed Jun 12 03:18:13 2013
@@ -3890,19 +3890,25 @@
            Änderungen rückgängig:</para>

  <!--
-        <screen>
+        <informalexample>
+          <screen>
  $ svn revert sandwich.txt
  Reverted 'sandwich.txt'
  $ ls sandwich.*
  sandwich.txt
+$
  </screen>
+        </informalexample>
  -->
-        <screen>
+        <informalexample>
+          <screen>
  $ svn revert sandwich.txt
  Rückgängig gemacht: »sandwich.txt«
  $ ls sandwich.*
  sandwich.txt
+$
  </screen>
+        </informalexample>

  <!--
          <para>Note that when you revert a conflicted file, you don't


More information about the svnbook-dev mailing list