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

Daniel Shahaf danielsh at elego.de
Thu Mar 1 18:40:38 CST 2012


svnbook at googlecode.com wrote on Thu, Mar 01, 2012 at 18:21:19 +0000:
> +      <para>The name of a repository as evaluated by the authorization
> +        subsystem is derived directly from the repository's path.
> +        Exactly how this happens differs between to two server
> +        options. <command>mod_dav_svn</command> uses only the basename
> +        of the repository's root URL<footnote><para>Any human-readable
> +        name for a repository configured via
> +        the <literal>SVNReposName</literal> <filename>httpd.conf</filename>
> +        directive will be ignored by the authorization subsystem.
> +        Your access control file sections must refer to repositories
> +        by their server-sensitive paths as previously
> +        described.</para></footnote>,
> +        while <command>svnserve</command> uses the entire relative
> +        path from the serving root (as determined by

Worth noting that the relative paths use slashes on Windows?

(See: http://svn.apache.org/viewvc?rev=1294586&view=rev, plus the fact
that libsvn_repos/authz.c makes no attempt to interpret the REPOS_NAME
it is passed.)

> +        its <option>--root</option> (<option>-r</option>) command-line
> +        option) to the repository.</para>
> +
> +      <warning>
> +        <para>This different ways that the repository's name is

"These"





More information about the svnbook-dev mailing list