I found svnperms.py and a sample configuration file under tools/hook-scripts
with Subversion 1.6.2. Alternatively, I can also bypass the Apache server with
file:// URLs when I run the "svn mkdir" that creates these toplevel directories
at repository setup. That'll probably be what I do since a
On Tue, Jun 29, 2010 at 3:12 PM, Williams, James P2 (N-USA) <
james.p2.willi...@lmco.com> wrote:
> I’m unclear what directory permissions mean in my AuthzSVNAccessFile.
> For example,
>
>
>
>[/]
>
>goober = rw
>
>* = r
>
>
>
>[/trunk]
>
>tuber = rw
>
>goober = r
>
>
>
> wh
I'm unclear what directory permissions mean in my AuthzSVNAccessFile. For
example,
[/]
goober = rw
* = r
[/trunk]
tuber = rw
goober = r
who has permissions to create /trunk in this case? I want it to be goober,
which is why I gave him rw in /. However, the read-only permis