PDA

View Full Version : Self-Hosted Repository UI



josheee12
September 30th, 2011, 02:27 AM
Hi guys. I currently have SVN deployed on my server. We all know that SVN is absolutely horrible, but I won't get into that. Alongside SVN, I run a web-based admin frontend called USVN that allows me the ability to manage my users, projects, groups, and the like. It also has code browsing, but I wanted to emphasize the fact that it's primarily admin. Is there any similar web UI for Git, Mercurial, or Bazaar?

karlson
September 30th, 2011, 03:03 AM
Hi guys. I currently have SVN deployed on my server. We all know that SVN is absolutely horrible
I guess you haven't seen horrible...


but I won't get into that. It also has code browsing, but I wanted to emphasize the fact that it's primarily admin. Is there any similar web UI for Git, Mercurial, or Bazaar?

Have you tried GitWeb, there is http://doc.bazaar.canonical.com/latest/en/admin-guide/code-browsing.html

josheee12
September 30th, 2011, 08:13 AM
GitWeb doesn't seem to have an admin interface. Am I missing something?

karlson
September 30th, 2011, 01:14 PM
GitWeb doesn't seem to have an admin interface. Am I missing something?

Probably not.

josheee12
October 1st, 2011, 06:18 PM
So, no USVN-esque UI for me? Awww.

karlson
October 2nd, 2011, 03:29 AM
So, no USVN-esque UI for me? Awww.

I personally frown upon using GUI as configuration tool until you can figure out how to do this via config files and on the command line.

nvteighen
October 2nd, 2011, 08:36 PM
I guess you haven't seen horrible...


CVS is the definition for horrible ;)

karlson
October 2nd, 2011, 08:39 PM
CVS is the definition for horrible ;)

I was thinking more of RCS and SCCS but CVS is right up there.