You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jean-Yves Avenard <jy...@gmail.com> on 2009/08/01 05:23:53 UTC

Web configuration interface for Apache/SVN

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@subversion.tigris.org].

RE: Web configuration interface for Apache/SVN

Posted by "Bolstridge, Andrew" <an...@intergraph.com>.
> -----Original Message-----
> From: Ryan Schmidt [mailto:subversion-2009b@ryandesign.com]
> Sent: Saturday, August 01, 2009 7:11 AM
> To: Jean-Yves Avenard
> Cc: users@subversion.tigris.org
> Subject: Re: Web configuration interface for Apache/SVN
> 
> 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/
> 

There's also a couple on this page:
http://subversion.tigris.org/links.html

Including: http://www.usvn.info/ "A web interface to manage Subversion
repositories, providing an easy way to apply access rights on files in
the repository."

http://supermind.nl/submin and http://sublimesvn.com/

Svnmanager is not listed though, could someone add it?

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].


Re: Web configuration interface for Apache/SVN

Posted by Ryan Schmidt <su...@ryandesign.com>.
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@subversion.tigris.org].