[svnbook] r3620 committed - * trunk/src/de/book/ch09-reference.xml...

codesite-noreply at google.com codesite-noreply at google.com
Tue Sep 29 08:29:03 CDT 2009


Revision: 3620
Author: jmfelderhoff at gmx.eu
Date: Tue Sep 29 06:28:30 2009
Log: * trunk/src/de/book/ch09-reference.xml
   - Ticket #268 command "svnlook history" (cf.
     http://www.svnbook.de/report/6).

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

Modified:
  /trunk/src/de/book/ch09-reference.xml

=======================================
--- /trunk/src/de/book/ch09-reference.xml	Tue Sep 29 06:12:00 2009
+++ /trunk/src/de/book/ch09-reference.xml	Tue Sep 29 06:28:30 2009
@@ -12222,9 +12222,14 @@

          <refnamediv>
            <refname>svnlook history</refname>
+<!--
            <refpurpose>Print information about the history of a path in
              the repository (or the root directory if no path is
              supplied).</refpurpose>
+-->
+          <refpurpose>Gibt die Geschichte eines Repository-Pfades aus
+            (oder des Wurzelverzeichnisses, falls kein Pfad angegeben
+            ist).</refpurpose>
          </refnamediv>
          <refsect1>
  <!--
@@ -12239,9 +12244,14 @@
  -->
            <title>Beschreibung</title>

+<!--
            <para>Print information about the history of a path in
              the repository (or the root directory if no path is
              supplied).</para>
+-->
+          <para>Gibt die Geschichte eines Repository-Pfades aus (oder
+            des Wurzelverzeichnisses, falls kein Pfad angegeben ist).
+          </para>
          </refsect1>

          <refsect1>
@@ -12263,13 +12273,37 @@
  -->
            <title>Beispiele</title>

+<!--
            <para>This shows the history output for the path
              <filename>/branches/bookstore</filename> as of revision 13 in  
our
              sample repository:</para>
-
+-->
+          <para>Dies gibt die Geschichte für den Pfad
+            <filename>/branches/bookstore</filename> ab Revision 13
+            unseres Beispiel-Repositorys aus:</para>
+
+<!--
            <screen>
-$ svnlook history -r 13 /var/svn/repos /branches/bookstore --show-ids
+$ svnlook history -r 13 /var/svn/repos /branches/bookstore - -show-ids
  REVISION   PATH <ID>
+- - - - - - - - - -
+      13   /branches/bookstore <1.1.r13/390>
+      12   /branches/bookstore <1.1.r12/413>
+      11   /branches/bookstore <1.1.r11/0>
+       9   /trunk <1.0.r9/551>
+       8   /trunk <1.0.r8/131357096>
+       7   /trunk <1.0.r7/294>
+       6   /trunk <1.0.r6/353>
+       5   /trunk <1.0.r5/349>
+       4   /trunk <1.0.r4/332>
+       3   /trunk <1.0.r3/335>
+       2   /trunk <1.0.r2/295>
+       1   /trunk <1.0.r1/532>
+</screen>
+-->
+          <screen>
+$ svnlook history -r 13 /var/svn/repos /branches/bookstore --show-ids
+REVISION   PFAD <ID>
  --------   ---------
        13   /branches/bookstore <1.1.r13/390>
        12   /branches/bookstore <1.1.r12/413>


More information about the svnbook-dev mailing list