6

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.

Jordan Dea-Mattson
  • 5,791
  • 5
  • 38
  • 53
Argelbargel
  • 5,840
  • 2
  • 23
  • 16

5 Answers5

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
2

Warehouse is pretty cool

user32416
  • 21
  • 1
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
1

ViewVC is a good open source, web based, repository viewer similar to FishEye. I know you've looked at it, and you're right, it was a hassle to set up, but once setup, it's run without any intervention for almost three years for us.

Bob King
  • 25,372
  • 6
  • 54
  • 66