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

codesite-noreply at google.com codesite-noreply at google.com
Fri Jul 31 11:47:23 CDT 2009


Revision: 3574
Author: jmfelderhoff at gmx.eu
Date: Fri Jul 31 03:44:34 2009
Log: * trunk/src/de/book/ch09-reference.xml
   - Ticket #262 command "svn resolve" (cf. http://www.svnbook.de/report/6).

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

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

=======================================
--- /trunk/src/de/book/ch09-reference.xml	Tue Jul 28 05:51:07 2009
+++ /trunk/src/de/book/ch09-reference.xml	Fri Jul 31 03:44:34 2009
@@ -7037,8 +7037,12 @@

          <refnamediv>
            <refname>svn resolve</refname>
+<!--
            <refpurpose>Resolve conflicts on working copy files or
              directories.</refpurpose>
+-->
+          <refpurpose>Konflikte in Dateien und Verzeichnissen der
+            Arbeitskopie auflösen.</refpurpose>
          </refnamediv>
          <refsect1>
  <!--
@@ -7053,64 +7057,108 @@
  -->
            <title>Beschreibung</title>

+<!--
            <para>Resolve <quote>conflicted</quote> state on working
              copy files or directories.  This routine does not
              semantically resolve conflict markers; however, it
              replaces <replaceable>PATH</replaceable> with the version
-            specified by the <option>--accept</option> argument and
+            specified by the <option>- -accept</option> argument and
              then removes conflict-related artifact files.  This allows
              <replaceable>PATH</replaceable> to be committed
              again—that is, it tells Subversion that the
              conflicts have been
              <quote>resolved.</quote>.  You can pass the following
-            arguments to the <option>--accept</option> command
+            arguments to the <option>- -accept</option> command
              depending on your desired resolution:</para>
+-->
+          <para>Den <quote>Konfliktzustand</quote> von Dateien oder
+            Verzeichnissen der Arbeitskopie auflösen. Diese Routine
+            löst Konfliktmarken zwar nicht semantisch auf, ersetzt
+            jedoch <replaceable>PATH</replaceable> durch die Version,
+            die bei <option>--accept</option> angegeben ist, und
+            anschließend werden konfliktbezogene Dateiartefakte
+            gelöscht. Hierdurch wird ermöglicht, dass
+            <replaceable>PATH</replaceable> noch einmal übergeben
+            werden kann – d.h., Subversion wird mitgeteilt, dass
+            die Konflikte <quote>aufgelöst</quote> wurden. Je nachdem
+            wie Sie Ihren Konflikt auflösen wollen, können Sie der
+            Option <option>--accept</option> die folgenden Argumente
+            mitgeben:</para>

            <variablelist>

              <varlistentry>
                <term><literal>base</literal></term>
                <listitem>
+<!--
                  <para>Choose the file that was the
                    <literal>BASE</literal> revision before you updated
                    your working copy.  That is, the file that you
                    checked out before you made your latest
                    edits.</para>
+-->
+                <para>Auswahl der Datei, die die
+                  <literal>BASE</literal>-Revision gewesen war, bevor
+                  Sie Ihre Arbeitskopie aktualisierten. Das heisst,
+                  die Datei, die Sie ausgecheckt hatten, bevor Sie
+                  Ihre letzten Änderungen vornahmen.</para>
                </listitem>
              </varlistentry>

              <varlistentry>
                <term><literal>working</literal></term>
                <listitem>
+<!--
                  <para>Assuming that you've manually handled the
                  conflict resolution, choose the version of the file as
                  it currently stands in your working copy.</para>
+-->
+                <para>Auswahl der aktuellen Datei in Ihrer
+                  Arbeitskopie unter der Annahme, dass Sie Konflikte
+                  manuell aufgelöst haben.</para>
                </listitem>
              </varlistentry>

              <varlistentry>
                <term><literal>mine-full</literal></term>
                <listitem>
+<!--
                  <para>Resolve all conflicted files with copies of the
                  files as they stood immediately before you
                  ran <command>svn update</command>.</para>
+-->
+                <para>Auswahl der Kopien konfliktbehafteter Dateien,
+                  mit dem Inhalt zum Zeitpunkt unmittelbar vor Ihrem
+                  Aufruf von <command>svn update</command>.
+                </para>
                </listitem>
              </varlistentry>

              <varlistentry>
                <term><literal>theirs-full</literal></term>
                <listitem>
+<!--
                  <para>Resolve all conflicted files with copies of the
                  files that were fetched from the server when you
                  ran <command>svn update</command>.</para>
+-->
+                <para>Auswahl der Kopien konfliktbehafteter Dateien,
+                  mit dem Inhalt der Revisionen, die Sie durch den
+                  Aufruf von <command>svn update</command> vom Server
+                  geholt haben.</para>
                </listitem>
              </varlistentry>

            </variablelist>

+<!--
            <para>See <xref
              linkend="svn.tour.cycle.resolve"/> for an in-depth look at
              resolving conflicts.</para>
+-->
+          <para>Siehe <xref
+            linkend="svn.tour.cycle.resolve"/> für eine tiefgehende
+            Erörterung der Konfliktaufosung.</para>

          </refsect1>

@@ -7119,7 +7167,10 @@
            <title>Alternate names</title>
  -->
            <title>Alternativnamen</title>
+<!--
            <para>None</para>
+-->
+          <para>Keine</para>
          </refsect1>

          <refsect1>
@@ -7127,7 +7178,10 @@
            <title>Changes</title>
  -->
            <title>Änderungen</title>
+<!--
            <para>Working copy</para>
+-->
+          <para>Arbeitskopie</para>
          </refsect1>

          <refsect1>
@@ -7135,7 +7189,10 @@
            <title>Accesses repository</title>
  -->
            <title>Repository-Zugriff</title>
+<!--
            <para>No</para>
+-->
+          <para>Nein</para>
          </refsect1>

          <refsect1>
@@ -7159,11 +7216,19 @@
  -->
            <title>Beispiele</title>

+<!--
            <para>Here's an example where, after a postponed conflict
              resolution during update, <command>svn resolve</command>
              replaces the all conflicts in
              file <filename>foo.c</filename> with your edits:</para>
-
+-->
+          <para>In diesem Beispiel ersetzt <command>svn
+            resolve</command> nach dem Aufschieben der
+            Konfliktauflösung während der Aktualisierung alle
+            Konflikte in <filename>foo.c</filename> mit Ihren
+            Änderungen:</para>
+
+<!--
            <screen>
  $ svn up
  Conflict discovered in 'foo.c'.
@@ -7172,9 +7237,21 @@
  C    foo.c
  Updated to revision 5.

-$ svn resolve --accept mine-full foo.c
+$ svn resolve - -accept mine-full foo.c
  Resolved conflicted state of 'foo.c'
  </screen>
+-->
+          <screen>
+$ svn up
+Konflikt in »foo.c« entdeckt.
+Auswahl: (p) zurückstellen, (df) voller Diff, (e) editieren,
+         (h) Hilfe für weitere Optionen: p
+C    foo.c
+Aktualisiert zu Revision 5.
+
+$ svn resolve --accept mine-full foo.c
+Konflikt von »foo.c« aufgelöst
+</screen>

          </refsect1>
        </refentry>


More information about the svnbook-dev mailing list