3

I'm using Trac as a web interface to an internal SVN repository. The source code browser is not the best one, so I'm looking for an alternative. Ideally, I'd like to have an interface similar to Google Code (e.g. )))this, that allows navigating through code by clicking on function names etc, just like Eclipse or so.

Does anybody know about better solutions?

Hennes
  • 65,804
  • 7
  • 115
  • 169
Pavel
  • 364

3 Answers3

0

You can use WebSVN.

WebSVN interface

The GitHub repository is available here.

ryandesign
  • 183
  • 6
Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
0

One option is ViewVC. Lightweight and nice to use.

Directory view from ViewVC

Kride
  • 1,149
0

VisualSVN Server 3.2 and newer includes an advanced web interface for Subversion repositories built with HTML5. The interface provides a history browser, syntax highlighting, inline diffs for changed files etc.

Moreover, the web UI works out of the box; it does not require manual configuration.

VisualSVN Server web interface

bahrep
  • 417