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

Re: Web configuration interface for Apache/SVN

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Sat, 1 Aug 2009 01:11:25 -0500

On Aug 1, 2009, at 00:23, Jean-Yves Avenard wrote:

> Been using SVN for a while now , with apache SVN mod_dav plugin...
>
> One long standing issue has been modifying the user/group permissions
> of the repository. It's just a painful process...
>
> I have a svn-auth-file that is used as permission configuration file
> with AuthzSVNAccessFile
>
> svn-auth-file would contain things like
>
> [groups]
> group1 = user1
> group2 = user1,user2,user3
> ...
>
> [repository1:/]
> @group1 = rw
> * =
>
> [repository2:/]
> user4 = rw
> @group2 = r
> * =
>
> (the authentication mechanism itself is provided by LDAP)
>
> Now, would there be nice web interface allowing editing such file ;
> creating groups and modifying the permission on a repository and
> sub-folders ?

There is something called svnmanager which is supposed to be a web
interface for administrative tasks.

http://svnmanager.sourceforge.net/

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2377677

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-01 08:12:30 CEST

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.