>From the default svnserve.conf:
### The groups-db option controls the location of the groups file.
### Unless you specify a path starting with a /, the file's location is
### relative to the directory containing this file. The specified path
### may be a repository relative URL (^/) or an absolute file:// URL to a
### text file in a Subversion repository.
# groups-db = groups
Could whoever implemented that knob please document the syntax and
semantics of a groups-db file? Does the file use the ini format? Does
it have an ini section header? What happens if both an authz-db file
containing a [groups] section and a groups-db file are configured?
This information doesn't belong on the mailing list; it belongs in the
1.8 release notes, the 1.8 svnbook, or the template svnserve.conf file's
comments.
The knob was added in r1438407. That revision adds text to
subversion/mod_authz_svn/INSTALL, but that text does not explain the
syntax and semantics of that file, either.
Cheers,
Daniel
----- Forwarded message from "C. Michael Pilato" <[email protected]> -----
> Date: Tue, 9 Feb 2016 11:18:21 -0500
> From: "C. Michael Pilato" <[email protected]>
> To: Daniel Shahaf <[email protected]>
> Cc: [email protected], [email protected]
> Subject: Re: [svnbook] r5084 committed -
> trunk/en/book/ch06-server-configuration.xml
>
> On Sat, Feb 6, 2016 at 7:22 PM, Daniel Shahaf <[email protected]>
> wrote:
>
> > [email protected] wrote on Tue, Feb 02, 2016 at 20:04:37
> > +0000:
> > > + <command>svnserve</command> to consult for each
> > > + repository the group file stored at the specified
> > > + relative URL within that repository.</para>
> > > +
> >
> > How is a groups file used? What's its syntax? I don't see this
> > information in conf/svnserve.conf, release notes, or the book.
> >
>
> I honestly don't know.
----- End forwarded message -----