[svnbook] r5964 committed - trunk/en/book/appa-quickstart.xml

danielshahaf at users.sourceforge.net danielshahaf at users.sourceforge.net
Tue Aug 13 14:53:22 CDT 2019


Revision: 5964
          http://sourceforge.net/p/svnbook/source/5964
Author:   danielshahaf
Date:     2019-08-13 19:53:19 +0000 (Tue, 13 Aug 2019)
Log Message:
-----------
* en/book/appa-quickstart.xml
  (svn.intro.install):
    Clarify the benefits of using APR and the relation to httpd.

Approved by: cmpilato

Modified Paths:
--------------
    trunk/en/book/appa-quickstart.xml

Modified: trunk/en/book/appa-quickstart.xml
===================================================================
--- trunk/en/book/appa-quickstart.xml	2019-08-11 02:34:23 UTC (rev 5963)
+++ trunk/en/book/appa-quickstart.xml	2019-08-13 19:53:19 UTC (rev 5964)
@@ -30,16 +30,20 @@
       APR—the Apache Portable Runtime library.  The APR library
       provides all the interfaces that Subversion needs to function on
       different operating systems: disk access, network access, memory
-      management, and so on.  While Subversion is able to use Apache
-      HTTP Server (or, <command>httpd</command>) as one of its network
-      server programs, its dependence on APR <emphasis>does
-      not</emphasis> mean that <command>httpd</command> is a required
-      component.  APR is a standalone library usable by any
-      application.  It does mean, however, that Subversion clients and
-      servers run on any operating system
-      that <command>httpd</command> runs on: Windows, Linux, all
-      flavors of BSD, Mac OS X, NetWare, and others.</para>
+      management, and so on.
+      The abstraction layer provided by APR enables Subversion clients and
+      servers to run on any operating system that other APR-based applications
+      run on: Windows, Linux, all flavors of BSD, Mac OS X, NetWare, and
+      others.</para>
 
+    <note>
+      <para>Although the APR library is part of the Apache HTTP Server (or,
+        <command>httpd</command>), and <command>httpd</command> can be
+        configured to serve Subversion repositories, <command>httpd</command>
+        is <emphasis>not</emphasis> a required component of a Subversion
+        installation.</para>
+    </note>
+
     <para>The easiest way to get Subversion is to download a binary
       package built for your operating system.  Subversion's web site
       (<ulink url="http://subversion.apache.org"/>) often has these




More information about the svnbook-dev mailing list