[svnbook commit] r3316 - trunk/src/de/book

jmfelderhoff noreply at red-bean.com
Wed Sep 17 17:21:04 CDT 2008


Author: jmfelderhoff
Date: Wed Sep 17 17:21:03 2008
New Revision: 3316

Log:
* src/de/book/ch04-branching-and-merging.xml
  - Ticket #143 (cf. http://www.svnbook.de/ticket/143).


Modified:
   trunk/src/de/book/ch04-branching-and-merging.xml

Modified: trunk/src/de/book/ch04-branching-and-merging.xml
==============================================================================
--- trunk/src/de/book/ch04-branching-and-merging.xml	(original)
+++ trunk/src/de/book/ch04-branching-and-merging.xml	Wed Sep 17 17:21:03 2008
@@ -1,24 +1,49 @@
 <chapter id="svn.branchmerge">
+<!--
   <title>Branching and Merging</title>
+-->
+  <title>Verzweigen und Zusammenführen</title>
 
   <blockquote>
+<!--
     <attribution>Confucius</attribution>
     <para><quote>君子务本
       (It is upon the Trunk that a gentleman works.)</quote></para>
+-->
+    <attribution>Konfuzius</attribution>
+    <para><quote>君子务本
+      (Der Edle pflegt die Wurzel)</quote></para>
   </blockquote>
 
 
+<!--
   <para>Branching, tagging, and merging are concepts common to
     almost all version control systems.  If you're not familiar with
     these ideas, we provide a good introduction in this chapter.  If
     you are familiar, hopefully you'll find it interesting to
     see how Subversion implements them.</para>
+-->
+  <para>Verzweigen (Branching), Etikettieren (Tagging) und
+    Zusammenführen (Merging) sind Konzepte, die fast allen
+    Versionskontrollsystemen gemein sind. Falls Sie mit diesen
+    Begriffen nicht vertraut sein sollten, geben wir in diesem Kapitel
+    eine gute Einführung. Falls Sie damit vertraut sind, werden Sie es
+    hoffentlich interessant finden, zu sehen, wie Subversion diese
+    Konzepte implementiert.</para>
 
+<!--
   <para>Branching is a fundamental part of version control.  If
     you're going to allow Subversion to manage your data, this
     is a feature you'll eventually come to depend on.  This chapter
     assumes that you're already familiar with Subversion's basic
     concepts (<xref linkend="svn.basic"/>).</para>
+-->
+  <para>Verzweigen ist ein grundlegender Teil der
+    Versionskontrolle. Falls Sie Subversion erlauben wollen, Ihre
+    Daten zu verwalten, ist dies eine Fähigkeit, von der Sie
+    letztendlich abhängig sein werden. Dieses Kapitel geht davon aus,
+    dass Sie mit den grundlegenden Konzepten von Subversion vertraut
+    sind (<xref linkend="svn.basic"/>).</para>
 
 
   <!-- ================================================================= -->




More information about the svnbook-dev mailing list