Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subversion web interface [closed]

I have recently installed Subversion onto a Linux server (CentOS) and everything works great.

I am wondering if there are any web interfaces available for managing the repositories i.e. create / delete repositories, manage users and permissions, view revision history, etc.

The idea is that I can do everything via a web interface instead of using SSH.

Incidentally I have Plesk/virtuozzo on this server (and Webmin on another test server) so if there is something that can integrate directly to these then even better!

like image 513
Belliez Avatar asked Feb 19 '09 14:02

Belliez


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.

Does Subversion require a server?

No. Subversion is a set of libraries. It comes with a command-line client that uses them.

Does Subversion run on Windows?

Subversion supports a wide variety of operating systems. Be sure to download the installer for your operating system. We will reference the Collabnet client download for Windows®. Run the setup.exe file.

How does Apache Subversion work?

It converts a directory with a project into a working copy of a newly-created local Subversion repository. As result you can modify the files in the working copy and track the changes in your local repository. Commit the project's files: $ svn commit -m "Initial import."


3 Answers

The Subversion people have a links list which references a ton of material related to Subversion including management and different web interfaces.

I haven't used it, but Submin might be what you're looking for.

If you're looking for simple repository browsing mod_dav_svn is minimal and works.

Trac was already suggested, but that has more bug-tracking-wiki-project-management features, but very little administration of SVN out of the box.

like image 68
Jason Punyon Avatar answered Sep 24 '22 06:09

Jason Punyon


Take also a look at: http://www.usvn.info/

like image 30
Ettore Avatar answered Sep 24 '22 06:09

Ettore


This may be a repeat of what others have said, but I've looked at many options. The best may be these:

  • submin (Linux)
  • VisualSVN (Windows)
  • RVskin (for Linux/cPanel)

Creating your own custom Subversion management layer inspired me to check into VisualSVN, but I have not tested it though.

like image 36
JonCav Avatar answered Sep 25 '22 06:09

JonCav