[svnbook] r3924 committed - * src/en/book/ch06-server-configuration.xml...

svnbook at googlecode.com svnbook at googlecode.com
Wed Jul 27 13:55:04 CDT 2011


Revision: 3924
Author:   cmpilato at gmail.com
Date:     Wed Jul 27 11:54:31 2011
Log:      * src/en/book/ch06-server-configuration.xml
   Some more cleanup related to issue #87.

Patcy by: quinntaylor at mac.com

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

Modified:
  /trunk/src/en/book/ch06-server-configuration.xml

=======================================
--- /trunk/src/en/book/ch06-server-configuration.xml	Wed Jul 27 08:17:04  
2011
+++ /trunk/src/en/book/ch06-server-configuration.xml	Wed Jul 27 11:54:31  
2011
@@ -1654,7 +1654,7 @@
  </programlisting>
          </informalexample>

-      <para>Using the previous syntax, Apache will delegate the
+      <para>Using this syntax, Apache will delegate the
          handling of all URLs whose path portions begin with
          <filename>/svn/</filename> to the Subversion DAV provider,
          which will then assume that any items in the directory
@@ -1662,7 +1662,7 @@
          are actually Subversion repositories.  This is a particularly
          convenient syntax in that, unlike the use of the
          <literal>SVNPath</literal> directive, you don't have to
-        restart Apache to create and network new repositories.</para>
+        restart Apache to add or remove hosted repositories.</para>

        <para>Be sure that when you define your new
          <literal>Location</literal>, it doesn't overlap with other
@@ -1946,7 +1946,8 @@
            rather than <command>htpasswd</command>.
            Digest authentication also has the additional concept of a
            <quote>realm</quote>, which must match the value of the
-          <literal>AuthName</literal> directive:</para>
+          <literal>AuthName</literal> directive.  The password file
+          can be created as follows:</para>

          <informalexample>
            <screen>
@@ -2190,9 +2191,8 @@

          <para>The next step is to create the authorization file
            containing access rules for particular paths within the
-          repository.  We describe this later in this chapter, in this
-          chapter, in <xref linkend="svn.serverconfig.pathbasedauthz"
-          />.</para>
+          repository.  We describe how later in this chapter, in
+          <xref linkend="svn.serverconfig.pathbasedauthz"/>.</para>

        </sect3>

@@ -2561,10 +2561,10 @@
              of repositories and their history, there are several
              third-party software packages which offer this.  Some
              examples include ViewVC
-            (<ulink url="http://viewvc.tigris.org/"/>) and Trac
-            (<ulink url="http://trac.edgewall.org/"/>).  These
-            third-party tools don't harm or hinder
-            <command>mod_dav_svn</command>'s
+            (<ulink url="http://viewvc.tigris.org"/>), Trac
+            (<ulink url="http://trac.edgewall.org"/>) and WebSVN
+            (<ulink url="http://websvn.info"/>).  These third-party
+            tools don't affect <command>mod_dav_svn</command>'s
              built-in <quote>browseability</quote>, and generally offer
              a much wider set of features, including the display of the
              aforementioned property sets, display of content
@@ -3606,7 +3606,6 @@

  umask 002
  /usr/bin/svn-real "$@"
-
  </screen>
      </informalexample>





More information about the svnbook-dev mailing list