[svnbook commit] r2570 - branches/ora-2e-reorg/src/en/book

cmpilato noreply at red-bean.com
Wed Dec 20 14:22:02 CST 2006


Author: cmpilato
Date: Wed Dec 20 14:22:01 2006
New Revision: 2570

Modified:
   branches/ora-2e-reorg/src/en/book/ch-introduction.xml
   branches/ora-2e-reorg/src/en/book/ch-preface.xml

Log:
Branch: ora-2e-reorg

Oops.  I thought "Components" was to be a new section.

* src/en/book/ch-introduction.xml
  (svn.intro.components): Move from here...

* src/en/book/ch-preface.xml
  (svn.intro.components): to here (as a sect2 under svn.intro.whatis).


Modified: branches/ora-2e-reorg/src/en/book/ch-introduction.xml
==============================================================================
--- branches/ora-2e-reorg/src/en/book/ch-introduction.xml	(original)
+++ branches/ora-2e-reorg/src/en/book/ch-introduction.xml	Wed Dec 20 14:22:01 2006
@@ -71,85 +71,6 @@
   <!-- ================================================================= -->
   <!-- ================================================================= -->
   <!-- ================================================================= -->
-  <sect1 id="svn.intro.components">
-
-    <title>Subversion's Components</title>
-    
-    <para>Subversion, once installed, has a number of different
-      pieces.  The following is a quick overview of what you get.
-      Don't be alarmed if the brief descriptions leave you scratching
-      your head—there are <emphasis>plenty</emphasis> more pages
-      in this book devoted to alleviating that confusion.</para>
-
-    <variablelist>
-      <varlistentry>
-        <term>svn</term>
-        <listitem>
-          <para>The command-line client program.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term>svnversion</term>
-        <listitem>
-          <para>A program for reporting the state (in terms of
-            revisions of the items present) of a working copy.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term>svnlook</term>
-        <listitem>
-          <para>A tool for inspecting a Subversion repository.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term>svnadmin</term>
-        <listitem>
-          <para>A tool for creating, tweaking or repairing a Subversion
-            repository.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term>svndumpfilter</term>
-        <listitem>
-          <para>A program for filtering Subversion repository dump
-            streams.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term>mod_dav_svn</term>
-        <listitem>
-          <para>A plug-in module for the Apache HTTP Server, used to
-            make your repository available to others over a
-            network.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term>svnserve</term>
-        <listitem>
-          <para>A custom standalone server program, runnable as a
-            daemon process or invokable by SSH; another way to make
-            your repository available to others over a network.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-
-    <para>Assuming you have Subversion installed correctly, you should
-      be ready to start.  The next two chapters will walk you through
-      the use of <command>svn</command>, Subversion's command-line client 
-      program.</para>
-
-  </sect1>
-
-
-  <!-- ================================================================= -->
-  <!-- ================================================================= -->
-  <!-- ================================================================= -->
   <sect1 id="svn.intro.quickstart">
 
     <title>A Quick Start</title>

Modified: branches/ora-2e-reorg/src/en/book/ch-preface.xml
==============================================================================
--- branches/ora-2e-reorg/src/en/book/ch-preface.xml	(original)
+++ branches/ora-2e-reorg/src/en/book/ch-preface.xml	Wed Dec 20 14:22:01 2006
@@ -795,12 +795,79 @@
     </sect2>
 
     <!-- =============================================================== -->
-    <sect2 id="svn.components">
+    <sect2 id="svn.intro.components">
   
       <title>Subversion's Components</title>
+      
+      <para>Subversion, once installed, has a number of different
+        pieces.  The following is a quick overview of what you get.
+        Don't be alarmed if the brief descriptions leave you scratching
+        your head—there are <emphasis>plenty</emphasis> more pages
+        in this book devoted to alleviating that confusion.</para>
+  
+      <variablelist>
+        <varlistentry>
+          <term>svn</term>
+          <listitem>
+            <para>The command-line client program.</para>
+          </listitem>
+        </varlistentry>
+  
+        <varlistentry>
+          <term>svnversion</term>
+          <listitem>
+            <para>A program for reporting the state (in terms of
+              revisions of the items present) of a working copy.</para>
+          </listitem>
+        </varlistentry>
+  
+        <varlistentry>
+          <term>svnlook</term>
+          <listitem>
+            <para>A tool for inspecting a Subversion repository.</para>
+          </listitem>
+        </varlistentry>
+  
+        <varlistentry>
+          <term>svnadmin</term>
+          <listitem>
+            <para>A tool for creating, tweaking or repairing a Subversion
+              repository.</para>
+          </listitem>
+        </varlistentry>
+  
+        <varlistentry>
+          <term>svndumpfilter</term>
+          <listitem>
+            <para>A program for filtering Subversion repository dump
+              streams.</para>
+          </listitem>
+        </varlistentry>
+  
+        <varlistentry>
+          <term>mod_dav_svn</term>
+          <listitem>
+            <para>A plug-in module for the Apache HTTP Server, used to
+              make your repository available to others over a
+              network.</para>
+          </listitem>
+        </varlistentry>
+  
+        <varlistentry>
+          <term>svnserve</term>
+          <listitem>
+            <para>A custom standalone server program, runnable as a
+              daemon process or invokable by SSH; another way to make
+              your repository available to others over a network.</para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+  
+      <para>Assuming you have Subversion installed correctly, you should
+        be ready to start.  The next two chapters will walk you through
+        the use of <command>svn</command>, Subversion's command-line client 
+        program.</para>
   
-      <para>### TODO ###</para>
-
     </sect2>
 
   </sect1>




More information about the svnbook-dev mailing list