Kris Deugau wrote on Fri, Mar 22, 2013 at 10:41:27 -0400:
> Philip Martin wrote:
> > Subversion 1.7 (but not 1.6) creates svnserv.conf with the following:
> > 
> > ### The sample settings below are the defaults and specify that anonymous
> > ### users have read-only access to the repository, while authenticated
> > ### users have read and write access to the repository.
> > # anon-access = read
> > # auth-access = write
> 
> The exact text may have changed, but something like this has been
> included in the default svnserve.conf for quite a while;  here's the
> segment from a repo I've had in its current form since at least ~SVN 1.5
> (due to dump/reload to move to a new machine), possibly as far back as 1.2:
> 
> 
> [general]
> ### These options control access to the repository for unauthenticated
> ### and authenticated users.  Valid values are "write", "read",
> ### and "none".  The sample settings below are the defaults.
> # anon-access = read
> # auth-access = write
> 
> 
> (TBH I'm not sure why it was changed, it's perfectly clear to *me*...)

You don't say what's unclear about the new text.


Currently trunk generates this (1.7 does something similar):

[general]
### The anon-access and auth-access options control access to the
### repository for unauthenticated (a.k.a. anonymous) users and
### authenticated users, respectively.
### Valid values are "write", "read", and "none".
### Setting the value to "none" prohibits both reading and writing;
### "read" allows read-only access, and "write" allows complete 
### read/write access to the repository.
### The sample settings below are the defaults and specify that anonymous
### users have read-only access to the repository, while authenticated
### users have read and write access to the repository.
# anon-access = read
# auth-access = write

Reply via email to