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

Re: User Management via Mysql

From: Matthew Pounsett <matt_at_conundrum.com>
Date: Tue, 18 Mar 2008 13:03:35 -0400

On 18-Mar-2008, at 10:50 , Jason Korkin - Safe Data Technologies LLC
wrote:

> I'd like to ideally do this via MySQL for easier user management.
> Is this
> possible to do?

svn itself won't integrate with mySQL, but there are a couple of ways
you can still do it, fairly easily.

If you're running subversion behind Apache, and each project for which
you want separate authorization is its own repository, then the most
trivial way to set this up is to use mod_auth_mysql to give access
rights to each group of users.

Otherwise, your best bet is to look at generating an authzfile out of
your mySQL data.
<http://svnbook.red-bean.com/en/1.4/
svn.serverconfig.pathbasedauthz.html>

Hope this helps,
    Matt

Received on 2008-03-18 18:04:28 CET

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

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