[svnbook] r3571 commited - * trunk/src/de/book/ch09-reference.xml...

codesite-noreply at google.com codesite-noreply at google.com
Tue Jul 28 07:02:30 CDT 2009


Revision: 3571
Author: jmfelderhoff at gmx.eu
Date: Tue Jul 28 05:01:40 2009
Log: * trunk/src/de/book/ch09-reference.xml
   - Ticket #262 command "svn propget" (cf. http://www.svnbook.de/report/6).

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

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

=======================================
--- /trunk/src/de/book/ch09-reference.xml	Tue Jul 28 04:48:38 2009
+++ /trunk/src/de/book/ch09-reference.xml	Tue Jul 28 05:01:40 2009
@@ -6476,7 +6476,10 @@

          <refnamediv>
            <refname>svn propget</refname>
+<!--
            <refpurpose>Print the value of a property.</refpurpose>
+-->
+          <refpurpose>Den Wert eines Propertys ausgeben.</refpurpose>
          </refnamediv>
          <refsect1>
  <!--
@@ -6492,6 +6495,7 @@
  -->
            <title>Beschreibung</title>

+<!--
            <para>Print the value of a property on files,
              directories, or revisions.  The first form prints the
              versioned property of an item or items in your working
@@ -6499,6 +6503,14 @@
              properties on a repository revision.  See <xref
              linkend="svn.advanced.props"/> for more information on
              properties.</para>
+-->
+          <para>Den Wert eines Propertys auf Dateien, Verzeichnissen
+            oder Revisionen ausgeben. Die erste Form gibt das
+            versionierte Property eines oder mehrerer Objekte Ihrer
+            Arbeitskopie aus und die zweite unversionierte entfernte
+            Propertys einer Repository-Revision. Siehe <xref
+            linkend="svn.advanced.props"/> für weitere Informationen
+            über Propertys.</para>
          </refsect1>

          <refsect1>
@@ -6514,7 +6526,11 @@
            <title>Changes</title>
  -->
            <title>Änderungen</title>
+<!--
            <para>Working copy; repository only if operating on a URL</para>
+-->
+          <para>Arbeitskopie; Repository falls mit URLs gearbeitet
+            wird</para>
          </refsect1>

          <refsect1>
@@ -6522,7 +6538,10 @@
            <title>Accesses repository</title>
  -->
            <title>Repository-Zugriff</title>
+<!--
            <para>Only if operating on a URL</para>
+-->
+          <para>Nur wenn auf einem URL gearbeitet wird</para>
          </refsect1>

          <refsect1>
@@ -6548,8 +6567,12 @@
  -->
            <title>Beispiele</title>

+<!--
            <para>Examine a property of a file in your working
              copy:</para>
+-->
+          <para>Ein Property einer Datei Ihrer Arbeitskopie
+            untersuchen:</para>

            <screen>
  $ svn propget svn:keywords foo.c
@@ -6558,16 +6581,24 @@
  Rev
  </screen>

+<!--
            <para>The same goes for a revision property:</para>
+-->
+          <para>Dasselbe für ein Revisions-Property:</para>

            <screen>
  $ svn propget svn:log --revprop -r 20
  Began journal.
  </screen>

+<!--
            <para>Lastly, you can get <command>svn propget</command>
-            output in XML format with the <option>--xml</option>
+            output in XML format with the <option>- -xml</option>
              option:</para>
+-->
+          <para>Schließlich können Sie Ausgaben von <command>svn
+            propget</command> mit der Option <option>--xml</option> im
+            XML-Format erhalten:</para>

            <screen>
  $ svn propget --xml svn:ignore .


More information about the svnbook-dev mailing list