Simple web-frontend for remote svn administration?

Posted by Stefan Lasiewski on Server Fault See other posts from Server Fault or by Stefan Lasiewski
Published on 2010-06-04T22:45:54Z Indexed on 2010/06/05 6:03 UTC
Read the original article Hit count: 326

Filed under:
|
|

We run a SVN repository. Some of our more advanced users need to be able to perform some SVN administration without relying on the system administrator.

They need to be able to do things like create SVN repositories, delete SVN repositories,, and perform commands like 'svnadmin dump' and 'svnadmin load'.

We'd like to avoid SSH access on these FreeBSD machines, and would rather provide a service interface through a Web UI.

I'm looking for a simple script (or a small number of scripts) which use Perl or PHP. I found svnadmin or svnadmin.pl, but was hoping to find something with a larger user community or which has been recommended by others.

It looks like Trac allows SVN administration, but comes with may more features then we need.

© Server Fault or respective owner

Related posts about apache

Related posts about svn