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

Web configuration interface for Apache/SVN

From: Jean-Yves Avenard <jyavenard_at_gmail.com>
Date: Sat, 1 Aug 2009 15:23:53 +1000

Hi

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 ?

Thanks
Jean-Yves

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-01 07:33:44 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.