[svnbook] r4897 committed - Translation: svn.ref.svn.c.mkdir

svnbook at googlecode.com svnbook at googlecode.com
Wed Nov 5 08:28:15 CST 2014


Revision: 4897
Author:   jmfelderhoff at gmx.eu
Date:     Wed Nov  5 14:27:55 2014 UTC
Log:      Translation: svn.ref.svn.c.mkdir

https://code.google.com/p/svnbook/source/detail?r=4897

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

=======================================
--- /branches/1.8/de/book/ref-svn.xml	Wed Nov  5 14:20:35 2014 UTC
+++ /branches/1.8/de/book/ref-svn.xml	Wed Nov  5 14:27:55 2014 UTC
@@ -6485,73 +6485,75 @@
    </refentry>


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

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

-        <refnamediv>
-          <refname>svn mkdir</refname>
+    <refnamediv>
+      <refname>svn mkdir</refname>
  <!--
-          <refpurpose>Create a new directory under version  
control.</refpurpose>
+      <refpurpose>Create a new directory under version  
control.</refpurpose>
  -->
-          <refpurpose>Ein neues Verzeichnis unter Versionskontrolle
-            anlegen.</refpurpose>
-        </refnamediv>
-        <refsect1>
+      <refpurpose>Ein neues Verzeichnis unter Versionskontrolle
+        anlegen.</refpurpose>
+    </refnamediv>
+
+    <refsynopsisdiv>
+      <para><literal>svn mkdir PATH...</literal></para>
+      <para><literal>svn mkdir URL...</literal></para>
+    </refsynopsisdiv>
+
+    <!-- ===============================================================  
-->
+    <refsect1>
  <!--
-          <title>Synopsis</title>
+      <title>Description</title>
  -->
-          <title>Aufruf</title>
-          <para><literal>svn mkdir PATH...</literal></para>
-          <para><literal>svn mkdir URL...</literal></para>
-        </refsect1>
-        <refsect1>
-<!--
-          <title>Description</title>
--->
-          <title>Beschreibung</title>
+      <title>Beschreibung</title>

  <!--
-          <para>Create a directory with a name given by the final
-            component of the <replaceable>PATH</replaceable> or  
<replaceable>URL</replaceable>.
-            A directory specified by a working copy
-            <replaceable>PATH</replaceable> is scheduled for addition
-            in the working copy.  A directory specified by a URL is
-            created in the repository via an immediate commit.
-            Multiple directory URLs are committed atomically.  In both
-            cases, all the intermediate directories must already exist
-            unless the <option>- -parents</option> option is
-            used.</para>
+      <para>Create a directory with a name given by the final
+        component of the <replaceable>PATH</replaceable> or  
<replaceable>URL</replaceable>.
+        A directory specified by a working copy
+        <replaceable>PATH</replaceable> is scheduled for addition
+        in the working copy.  A directory specified by a URL is
+        created in the repository via an immediate commit.
+        Multiple directory URLs are committed atomically.  In both
+        cases, all the intermediate directories must already exist
+        unless the <option>- -parents</option> option is
+        used.</para>
  -->
-          <para>Ein neues Verzeichnis anlegen, dessen Name der letzten
-            Komponente von <replaceable>PATH</replaceable> oder
-            <replaceable>URL</replaceable> entspricht. Ein durch
-            <replaceable>PATH</replaceable> in der Arbeitskopie
-            bezeichnetes Verzeichnis wird zum Hinzufügen in der
-            Arbeitskopie vorgemerkt. Ein durch einen URL bezeichnetes
-            Verzeichnis wird durch eine unmittelbare Übergabe im
-            Projektarchiv erzeugt. Mehrere Verzeichnis-URLs werden atomar
-            übergeben. In beiden Fällen müssen Zwischenverzeichnisse
-            bereits existieren, falls die Option
-            <option>--parents</option> nicht angegeben wird.</para>
-        </refsect1>
+      <para>Ein neues Verzeichnis anlegen, dessen Name der letzten
+        Komponente von <replaceable>PATH</replaceable> oder
+        <replaceable>URL</replaceable> entspricht. Ein durch
+        <replaceable>PATH</replaceable> in der Arbeitskopie
+        bezeichnetes Verzeichnis wird zum Hinzufügen in der
+        Arbeitskopie vorgemerkt. Ein durch einen URL bezeichnetes
+        Verzeichnis wird durch eine unmittelbare Übergabe im
+        Projektarchiv erzeugt. Mehrere Verzeichnis-URLs werden atomar
+        übergeben. In beiden Fällen müssen Zwischenverzeichnisse
+        bereits existieren, falls die Option
+        <option>--parents</option> nicht angegeben wird.</para>
+    </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.editor_cmd" />
  <xref linkend="svn.ref.svn.sw.encoding" />
  <xref linkend="svn.ref.svn.sw.file" />
@@ -6561,47 +6563,48 @@
  <xref linkend="svn.ref.svn.sw.quiet" />
  <xref linkend="svn.ref.svn.sw.with_revprop" />
  </screen>
-          </informalexample>
-        </refsect1>
+      </informalexample>
+    </refsect1>

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

  <!--
-          <para>Create a directory in your working copy:</para>
+      <para>Create a directory in your working copy:</para>
  -->
-          <para>Ein Verzeichnis in Ihrer Arbeitskopie erzeugen:</para>
+      <para>Ein Verzeichnis in Ihrer Arbeitskopie erzeugen:</para>

-          <informalexample>
-            <screen>
+      <informalexample>
+        <screen>
  $ svn mkdir newdir
  A         newdir
  </screen>
-          </informalexample>
+      </informalexample>

  <!--
-          <para>Create one in the repository (this is an instant commit,  
so a
-            log message is required):</para>
+      <para>Create one in the repository (this is an instant commit, so a
+        log message is required):</para>
  -->
-          <para>Ein Verzeichnis im Projektarchiv erzeugen (dies ist eine
-            sofortige Übergabe, so dass eine Protokollnachricht
-            erforderlich ist):</para>
+      <para>Ein Verzeichnis im Projektarchiv erzeugen (dies ist eine
+        sofortige Übergabe, so dass eine Protokollnachricht
+        erforderlich ist):</para>

-          <informalexample>
-            <screen>
+      <informalexample>
+        <screen>
  $ svn mkdir -m "Making a new dir." http://svn.red-bean.com/repos/newdir
  <!--
  Committed revision 26.
  -->
  Revision 26 übertragen.
  </screen>
-          </informalexample>
+      </informalexample>

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

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


More information about the svnbook-dev mailing list