Argelbargel
Argelbargel

Reputation: 6220

Do you know a good open-source version-control viewer?

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.

Upvotes: 6

Views: 1792

Answers (5)

Bob King
Bob King

Reputation: 25866

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.

Upvotes: 1

user32416
user32416

Reputation: 21

Warehouse is pretty cool

Upvotes: 2

David Dibben
David Dibben

Reputation: 18794

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.

Upvotes: 2

Jon Cage
Jon Cage

Reputation: 37516

If you were using SVN I'd highly recommend Tortoise SVN.

Upvotes: 1

David Dibben
David Dibben

Reputation: 18794

There is also CVS Monitor, though it hasn't got the nearly the number of features as FishEye.

We use ViewCVS for repository browsing.

Upvotes: 1

Related Questions