We've been using it for the past few years and not the most happy with it at the moment. Is there any good alternatives out there?
6 Answers
Trac provides a very nice interface to Subversion - I prefer it to the WebSVN views.
In addition, it adds many other features, as well.

- 554,122
- 78
- 1,158
- 1,373
-
same here but it won't do multiple repositories! – KevinDeus Aug 03 '09 at 23:25
-
I will with multiple Trac setups... but a single trac setup will only do a single repository. – Reed Copsey Aug 03 '09 at 23:37
-
admittedly we wound up going with Trac. (as it was already installed) We were close on FishEye as we liked the statistics but it wound up giving us some slowness problems. Warehouse & InDefero didn't have a windows install, and I couldn't figure out how to do comparisons between revisions in ViewVC. – KevinDeus Aug 14 '09 at 15:42
ViewVC is another popular one. If you install the CollabNet Subversion Server, ViewVC can be installed as an optional component.
ViewVC In Action On A Live Repo
The Subversion Project Web Site also has a list of repo browsing tools

- 6,259
- 1
- 26
- 38
-
Thanks for that link! Just what I needed - Finally! a browser that doesn't need ruby / java / php etc ..... just bog standard python/cgi as installed on 99.999999 nix distros and it works great! – SeerUK Aug 25 '10 at 13:19
I highly recommend Atlassian's FishEye.
It's a fantastic product.
The only downside (if you can call it that) is that it is a commercial (not free) product, but if you happen to be working on an open source project, it is free.
You can see it in action if you check out the Spring Framework open source project.

- 3,665
- 1
- 16
- 15
Check out InDefero, this is a clone of GoogleCode available for free.

- 536
- 2
- 4
-
just to be aware, its not just another svn hosting site, they also provide the source for the webapp under the GPL. http://www.indefero.net/open-source/ – gbjbaanb Nov 30 '10 at 14:48
I'd give Warehouse a try. It looks very nice and should come with the same feature set as WebSVN.

- 2,202
- 3
- 20
- 33

- 3,505
- 1
- 25
- 39
-
2
-
-
Thanks. The project seems abandoned for now (5 years without any changes). – tricasse Jul 04 '13 at 09:22
Not sure if it has the features you're looking for or not, I don't have experience with WebSVN, but we have been using Beanstalk for over a year and have been pretty happy.

- 1,300
- 11
- 12
-
FYI: This appears to be a hosted option only (I didn't down vote you). – Steven Benitez Sep 22 '11 at 17:56