I'm looking for a tool like Atlassian's FishEye. The alternatives I've found so far (like StatCVS, ViewCVS or Bonsai) are either lacking in features or are quite a pain to install and maintain. So before staying with one of these tools, I'd like to be sure I did not miss any other good, easy to install, open-source (prefereably java) version control-viewer which supports cvs as scm.
Asked
Active
Viewed 1,776 times
6
-
Are we sticking with web-based tools here? – NickSuperb Oct 06 '11 at 19:38
5 Answers
2
Another SVN tool which has repository browsing capabilities is Trac. This is nice because as well as a browser for the repository it also has a timeline showing commits. It also does bug tracking.

David Dibben
- 18,460
- 6
- 41
- 41
1
There is also CVS Monitor, though it hasn't got the nearly the number of features as FishEye.
We use ViewCVS for repository browsing.

David Dibben
- 18,460
- 6
- 41
- 41
1
If you were using SVN I'd highly recommend Tortoise SVN.

Jon Cage
- 36,366
- 38
- 137
- 215
-
I'd really like to use svn. But for now, this is not my decision to make :-/ – Argelbargel Sep 22 '08 at 15:05
-
I know exactly what you mean; we're locked into using non-SVN source control for a lot or projects unfortunately! :-( – Jon Cage Sep 22 '08 at 15:07
-
There's also Tortoise CVS (which I believe was the inspiration for Tortoise SVN). – newenglander Jul 21 '11 at 13:02