[svnbook] r4894 committed - Translation: Finished svn.ref.svn.c.merge.

svnbook at googlecode.com svnbook at googlecode.com
Tue Nov 4 15:34:46 CST 2014


Revision: 4894
Author:   jmfelderhoff at gmx.eu
Date:     Tue Nov  4 21:34:30 2014 UTC
Log:      Translation: Finished svn.ref.svn.c.merge.
https://code.google.com/p/svnbook/source/detail?r=4894

Modified:
  /branches/1.8/de/book/ref-svn.xml

=======================================
--- /branches/1.8/de/book/ref-svn.xml	Tue Nov  4 17:14:50 2014 UTC
+++ /branches/1.8/de/book/ref-svn.xml	Tue Nov  4 21:34:30 2014 UTC
@@ -6296,123 +6296,126 @@
        </informalexample>

  <!--
-    <para>To merge changes to a single file:</para>
+    <para>Cherry-pick merge a single change to a file:</para>
  -->
-    <para>Zum Zusammenführen von Änderungen in eine einzelne
-      Datei:</para>
+    <para>Zum Zusammenführen mit Rosinenpicken einer einzelnen
+      Änderunge in eine einzelne Datei:</para>

      <informalexample>
        <screen>
-$ svn merge -c 31 ^/trunk/thhgttg.txt thhgttg.txt <!--
-- - - Merging r31 into 'thhgttg.txt':
+$ svn merge ^/trunk/calc/brush.c branches/1.x/calc/brush.c -c38 <!--
+- - - Merging r38 into 'branches/1.x/calc/brush.c':
  -->
--- Zusammenführen von r31 in »thhgttg.txt«:
-U    thhgttg.txt <!--
-- - - Recording mergeinfo for merge of r31 into 'thhgttg.txt':
+-- Zusammenführen von r38 in »branches/1.x/calc/brush.c«:
+U    branches/1.x/calc/brush.c <!--
+- - - Recording mergeinfo for merge of r38 into 'thhgttg.txt':
  -->
--- Aufzeichnung der Informationen für Zusammenführung von r31 in  
»thhgttg.txt«:
-U   thhgttg.txt
+-- Aufzeichnung der Informationen für Zusammenführung von r38 in  
»branches/1.x/calc/brush.c«:
+ G  branches/1.x/calc/brush.c
  </screen>
      </informalexample>

      </refsect1>
    </refentry>

-      <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
-->
-      <refentry id="svn.ref.svn.c.mergeinfo">
+  <!-- =================================================================  
-->
+  <!-- =================================================================  
-->
+  <!-- =================================================================  
-->
+  <refentry id="svn.ref.svn.c.mergeinfo">

-        <indexterm>
-          <primary>svn</primary>
+    <indexterm>
+      <primary>svn</primary>
  <!--
-          <secondary>subcommands</secondary>
+      <secondary>subcommands</secondary>
  -->
-          <secondary>Unterbefehle</secondary>
-          <tertiary>mergeinfo</tertiary>
-        </indexterm>
+      <secondary>Unterbefehle</secondary>
+      <tertiary>mergeinfo</tertiary>
+    </indexterm>

-        <refnamediv>
-          <refname>svn mergeinfo</refname>
+    <refnamediv>
+      <refname>svn mergeinfo</refname>
  <!--
-          <refpurpose>Query merge-related information.  See <xref
-            linkend="svn.branchmerge.basicmerging.mergeinfo"/> for
-            details.</refpurpose>
+      <refpurpose>Query merge-related information.  See <xref
+        linkend="svn.branchmerge.basicmerging.mergeinfo"/> for
+        details.</refpurpose>
  -->
-          <refpurpose>Informationen bezüglich Zusammenführungen
-            abrufen. Für Details, siehe <xref
-             
linkend="svn.branchmerge.basicmerging.mergeinfo"/>.</refpurpose>
-        </refnamediv>
-        <refsect1>
-<!--
-          <title>Synopsis</title>
--->
-          <title>Aufruf</title>
-          <para><literal>svn mergeinfo SOURCE_URL[@REV]  
[TARGET[@REV]]</literal></para>
+      <refpurpose>Informationen bezüglich Zusammenführungen
+        abrufen. Für Details, siehe <xref
+        linkend="svn.branchmerge.basicmerging.mergeinfo"/>.</refpurpose>
+    </refnamediv>

-        </refsect1>
-        <refsect1>
+    <refsynopsisdiv>
+      <para><literal>svn mergeinfo SOURCE_URL[@REV]  
[TARGET[@REV]]</literal></para>
+
+    </refsynopsisdiv>
+
+    <!-- ===============================================================  
-->
+    <refsect1>
  <!--
-          <title>Description</title>
+      <title>Description</title>
  -->
-          <title>Beschreibung</title>
+      <title>Beschreibung</title>
  <!--
-          <para>Query information related to merges (or potential
-            merges) between <replaceable>SOURCE-URL</replaceable> and
-            <replaceable>TARGET</replaceable>.  If
-            the <option>- -show-revs</option> option is not provided,
-            display revisions which have been merged
-            from <replaceable>SOURCE-URL</replaceable>
-            to <replaceable>TARGET</replaceable>.  Otherwise, display
-            either <literal>merged</literal>
-            or <literal>eligible</literal> revisions as specified by
-            the <option>- -show-revs</option> option.</para>
+      <para>Query information related to merges (or potential
+        merges) between <replaceable>SOURCE-URL</replaceable> and
+        <replaceable>TARGET</replaceable>.  If
+        the <option>- -show-revs</option> option is not provided,
+        display a graphical representation of revisions which have
+        been fully merged from <replaceable>SOURCE-URL</replaceable>
+        to <replaceable>TARGET</replaceable>.  Otherwise, list
+        either the <literal>merged</literal>
+        or <literal>eligible</literal> revisions as specified by
+        the <option>- -show-revs</option> option.</para>
  -->
-          <para>Abrufen von Informationen bezüglich Zusammenführungen
-            (oder potentiellen Zusammenführungen) zwischen
-            <replaceable>SOURCE-URL</replaceable> und
-            <replaceable>TARGET</replaceable>. Falls die Option
-            <option>--show-revs</option> nicht angegeben ist, werden
-            Revisionen angezeigt, die von
-            <replaceable>SOURCE-URL</replaceable> nach
-            <replaceable>TARGET</replaceable> zusammengeführt wurden.
-            Ansonsten werden entweder zusammengeführte
-            (<literal>merged</literal>) oder zum Zusammenführen in
-            Frage kommende (<literal>eligible</literal>) Revisionen
-            ausgegeben, je nachdem, was bei der Option
-            <option>--show-revs</option> angegeben wird.</para>
+      <para>Abrufen von Informationen bezüglich Zusammenführungen
+        (oder potentiellen Zusammenführungen) zwischen
+        <replaceable>SOURCE-URL</replaceable> und
+        <replaceable>TARGET</replaceable>. Falls die Option
+        <option>--show-revs</option> nicht angegeben ist, wird eine
+        graphische Repräsentation von Revisionen angezeigt, die
+        vollständig von <replaceable>SOURCE-URL</replaceable> nach
+        <replaceable>TARGET</replaceable> zusammengeführt wurden.
+        Ansonsten werden entweder zusammengeführte
+        (<literal>merged</literal>) oder zum Zusammenführen in
+        Frage kommende (<literal>eligible</literal>) Revisionen
+        ausgegeben, je nachdem, was bei der Option
+        <option>--show-revs</option> angegeben wird.</para>

-        </refsect1>
+    </refsect1>

-        <refsect1>
+    <!-- ===============================================================  
-->
+    <refsect1>
  <!--
-          <title>Options</title>
+      <title>Options</title>
  -->
-          <title>Optionen</title>
+      <title>Optionen</title>

-          <informalexample>
-            <screen>
+      <informalexample>
+        <screen>
  <xref linkend="svn.ref.svn.sw.depth" />
  <xref linkend="svn.ref.svn.sw.recursive" />
  <xref linkend="svn.ref.svn.sw.revision" />
  <xref linkend="svn.ref.svn.sw.show_revs" />
  </screen>
-          </informalexample>
-        </refsect1>
+      </informalexample>
+    </refsect1>

-        <refsect1>
+    <!-- ===============================================================  
-->
+    <refsect1>
  <!--
-          <title>Examples</title>
+      <title>Examples</title>
  -->
-          <title>Beispiele</title>
+      <title>Beispiele</title>

  <!--
-          <para>Find out which changesets your have been merged from
-            your trunk directory into your test branch:</para>
+      <para>Find out which changesets your have been merged from
+        your trunk directory into your test branch:</para>
  -->
-          <para>Ermittelt, welche Änderungsmengen vom Stamm mit Ihrem
-            Testzweig zusammengeführt wurden:</para>
+      <para>Ermittelt, welche Änderungsmengen vom Stamm mit Ihrem
+        Testzweig zusammengeführt wurden:</para>

-          <informalexample>
-            <screen>
+      <informalexample>
+        <screen>
  $ svn propget svn:mergeinfo ^/branches/test
  /branches/other:3-4
  /trunk:11-13,14,16
@@ -6424,30 +6427,30 @@
  r16
  $
  </screen>
-          </informalexample>
+      </informalexample>

  <!--
-          <para>Note that the default output from the <command>svn
-            mergeinfo</command> command is to display merged revisions, so
-            the <option>- -show-revs</option> option shown in the
-            command line of the previous example is not strictly
-            required.</para>
+      <para>Note that the default output from the <command>svn
+        mergeinfo</command> command is to display merged revisions, so
+        the <option>- -show-revs</option> option shown in the
+        command line of the previous example is not strictly
+        required.</para>
  -->
-          <para>Beachten Sie, dass der Befehl <command>svn
-            mergeinfo</command> standardmäßig zusammengeführte
-            Revisionen ausgibt, so dass die Option
-            <option>--show-revs</option> nicht unbedingt angegeben
-            werden muss.</para>
+      <para>Beachten Sie, dass der Befehl <command>svn
+        mergeinfo</command> standardmäßig zusammengeführte
+        Revisionen ausgibt, so dass die Option
+        <option>--show-revs</option> nicht unbedingt angegeben
+        werden muss.</para>

  <!--
-          <para>Find out which changesets from your trunk directory
-            have not yet been merged into your test branch:</para>
+      <para>Find out which changesets from your trunk directory
+        have not yet been merged into your test branch:</para>
  -->
-          <para>Ermittelt, welche Änderungsmengen vom Stamm noch nicht
-            mit Ihrem Testzweig zusammengeführt wurden:</para>
+      <para>Ermittelt, welche Änderungsmengen vom Stamm noch nicht
+        mit Ihrem Testzweig zusammengeführt wurden:</para>

-          <informalexample>
-            <screen>
+      <informalexample>
+        <screen>
  $ svn mergeinfo --show-revs eligible ^/trunk ^/branches/test
  r15
  r17
@@ -6456,10 +6459,10 @@
  r22
  $
  </screen>
-          </informalexample>
+      </informalexample>

-        </refsect1>
-      </refentry>
+    </refsect1>
+  </refentry>


        <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
-->


More information about the svnbook-dev mailing list