Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subversion Web administration

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

like image 705
A_Porcupine Avatar asked Oct 03 '11 21:10

A_Porcupine


People also ask

How do I access SVN from browser?

Connecting with your browserNavigate to the Subversion page. Under the list of current projects, click the link for your repository. An authentication pop-up box then appears: Use the username and password you created when setting up the repository.

What is SVN in web development?

Apache Subversion which is often abbreviated as SVN, is a software versioning and revision control system distributed under an open source license. Subversion was created by CollabNet Inc.

What is Apache Subversion used for?

Apache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system distributed as open source under the Apache License. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation.

What is Subversion tool?

Subversion is a free/open source version control system (VCS). That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed.


2 Answers

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.

like image 89
Benjamin Crouzier Avatar answered Sep 23 '22 06:09

Benjamin Crouzier


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.

like image 37
Bert Huijben Avatar answered Sep 24 '22 06:09

Bert Huijben