[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Document svnserve path-based write authn capability

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-10-29 18:57:34 CEST

>
> Index: doc/book/book/ch06.xml
> ===================================================================
> --- doc/book/book/ch06.xml (revision 11651)
> +++ doc/book/book/ch06.xml (working copy)
> @@ -93,7 +93,9 @@
> <entry>blanket read/write access, or per-directory access
> control</entry>
>
> - <entry>blanket read/write access</entry>
> + <entry>blanket read/write access, or per-directory write
> access
> + control using hook scripts (see the svnperms.py hook
> script
> + in the Subversion distribution for an example)</entry>

I'd leave out the parenthesis here; too much detail for a table, and
we discuss them in section 3.3.

> <sect2 id="svn-ch-6-sect-3.3">
> + <title>External path-based authorisation</title>
> +
> + <para>While <command>svnserve</command> does not provide any
> means to
> + control per-path authorisation, a pre-commit hook can be used
> to
> + enforce per-path write access control. The Subversion
> distribution
> + comes with <command>commit-access-control.pl</command> and
> the more
> + sophisticated <command>svnperms.py</command> scripts for use
> in
> + pre-commit scripts.</para>
> + </sect2>
> +
>

s/authorisation/authorization/, twice. Since the book was mostly
written by Americans, we need to maintain a consistent colour in the
language. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 29 18:59:25 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.