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

svnbook at googlecode.com svnbook at googlecode.com
Thu Apr 18 09:34:35 CDT 2013


Revision: 4464
Author:   cmpilato at gmail.com
Date:     Thu Apr 18 07:34:18 2013
Log:      * en/book/ch06-server-configuration.xml
   (svn.serverconfig.pathbasedauthz.getting-started): Note that paths
     in access control file section headers are literal and don't employ
     any type of character escaping mechanism.

Suggested by: Joseph Morris <joe at mod4llp.com>
http://code.google.com/p/svnbook/source/detail?r=4464

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

=======================================
--- /trunk/en/book/ch06-server-configuration.xml	Fri Feb  8 22:33:40 2013
+++ /trunk/en/book/ch06-server-configuration.xml	Thu Apr 18 07:34:18 2013
@@ -4254,10 +4254,15 @@

        <note>
          <para>Paths used in access file sections must be specified
-          using Subversion's <quote>internal style</quote>, which mostly
-          just means that they use forward slash (<literal>/</literal>)
-          characters as directory separators (even on Windows
-          systems).</para>
+          using Subversion's <quote>internal style</quote>, which
+          mostly just means that they are encoded in UTF-8 and use
+          forward slash (<literal>/</literal>) characters as directory
+          separators (even on Windows systems).  Note also that these
+          paths do not employ any character escaping mechanism (such
+          as URI-encoding)—spaces in path names should be
+          represented exactly as such in access file section names
+          (<literal>[repos-name:path with spaces]</literal>,
+          e.g.)</para>
        </note>

        <para>Here's a simple example demonstrating a piece of the




More information about the svnbook-dev mailing list