Subversion Web Interface

Subversion web interface

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.

SVN web user interface

I have found new Web-UI for Subversion repositories named as cSvn. Please look at README.md file https://csvn.radix.pro/csvn/trunk/README.md/.

You can download latest 0.1.2 source package from https://ftp.radix.pro/pub/csvn/.

This Web-UI can be installed in wery simple way on your server (like all packages used Autoconf, Automake utility):

configure
make
make install

This is very good UI to promotion your opensource work because it support Google Analytics and Donation dialogue and also looks very good on mobile devices (you can see working site https://csvn.radix.pro to make you decision).

Enjoy.

Which Subversion web interfaces have a blame feature?

We use Warehouse, and are quite happy with it. It's written in Ruby on Rails, so if you're well versed in that, you're far ahead of the game. They also just went open source.

Subversion Web administration

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.

What's your favorite web view for Subversion (SVN) repositories?

Some options:

  • Trac It's free/open-source, and widely used. The SVN-browsing part of Trac is here
  • bsSvnBrowser - an AJAX'y subversion browser (demo)
  • WebSVN - Written in PHP, looks nice (demo)

is there a subversion web client that I can use

There's websvn (websvnphp.github.io) and viewcvs (viewvc.org)



Related Topics



Leave a reply



Submit