5

Looking for a Subversion web administration tool (preferably written in PHP), done some googling but most of the ones I have found don't seem to be in active development and I'm not sure which ones to try.

Does anyone use any of them and have any advice on which is the best?

Thanks

A_Porcupine
  • 1,008
  • 2
  • 13
  • 23

2 Answers2

4

Take a look at USVN. (User-friendly SVN).

Basic features:

Users administration: Simple groups and users administration. Users are the same for the repositories and the web interface.

Repositories administration: Simple repositories administration.

Repositories browsing: Repositories browsing and files preview from the web interface.

Rights management: Simple rights administration. By repositories and by folder in repositories.

Benjamin Crouzier
  • 40,265
  • 44
  • 171
  • 236
1

Not written in PHP, but SvnEdge and UberSVN allow managing your repositories from a web browser.

These packages create a repository environment after just running an installer, while packages as USVN are more targetted to hosting multiple repositories yourself.

Bert Huijben
  • 19,525
  • 4
  • 57
  • 73
  • UberSVN link is dead. UberSVN is no longer developed and you can't even download it at its official site which is also not available anymore. – bahrep Feb 11 '15 at 17:50