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

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


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

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

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

=======================================
--- /trunk/src/de/book/ch09-reference.xml	Tue Sep 29 06:37:02 2009
+++ /trunk/src/de/book/ch09-reference.xml	Tue Sep 29 06:46:36 2009
@@ -12405,8 +12405,12 @@

          <refnamediv>
            <refname>svnlook lock</refname>
+<!--
            <refpurpose>If a lock exists on a path in the repository,
              describe it.</refpurpose>
+-->
+          <refpurpose>Falls eine Sperre für einen Pfad im Repository
+            besteht, wird sie beschrieben.</refpurpose>
          </refnamediv>
          <refsect1>
  <!--
@@ -12421,10 +12425,16 @@
  -->
            <title>Beschreibung</title>

+<!--
            <para>Print all information available for the lock at
                <replaceable>PATH_IN_REPOS</replaceable>.  If
                <replaceable>PATH_IN_REPOS</replaceable> is not locked,
                print nothing.</para>
+-->
+          <para>Zeigt alle verfügbaren Informationen zur Sperre bei
+            <replaceable>PATH_IN_REPOS</replaceable> an. Falls
+            <replaceable>PATH_IN_REPOS</replaceable> nicht gesperrt
+            ist, wird nichts ausgegeben.</para>
          </refsect1>

          <refsect1>
@@ -12433,7 +12443,10 @@
  -->
            <title>Optionen</title>

+<!--
            <para>None</para>
+-->
+          <para>Keine</para>
          </refsect1>

          <refsect1>
@@ -12442,9 +12455,14 @@
  -->
            <title>Beispiele</title>

+<!--
            <para>This describes the lock on the file
              <filename>tree.jpg</filename>:</para>
-
+-->
+          <para>Dies beschreibt die Sperre auf Datei
+            <filename>tree.jpg</filename>:</para>
+
+<!--
            <screen>
  $ svnlook lock /var/svn/repos tree.jpg
  UUID Token: opaquelocktoken:ab00ddf0-6afb-0310-9cd0-dda813329753
@@ -12454,6 +12472,16 @@
  Comment (1 line):
  Rework the uppermost branches on the bald cypress in the foreground.
  </screen>
+-->
+          <screen>
+$ svnlook lock /var/svn/repos tree.jpg
+UUID Marke: opaquelocktoken:ab00ddf0-6afb-0310-9cd0-dda813329753
+Eigentümer: harry
+Erstellt: 2005-07-08 17:27:36 -0500 (Fri, 08 Jul 2005)
+Läut ab:
+Kommentar (1 Zeilen):
+Rework the uppermost branches on the bald cypress in the foreground.
+</screen>

          </refsect1>
        </refentry>


More information about the svnbook-dev mailing list