I am looking for a web solution where I can install it on my SVN server. I would like to be able to do the following with it:

  1. Track changes by author
  2. Create a report on who did what
  3. View changes (diffs)
  4. Hopefully would be open source and easy to install
  5. Runs on Linux

Does such software exist?

link|improve this question
feedback

5 Answers

up vote 1 down vote accepted

Look into FishEye from Atlassian

It can connect to your repo and do all the things you asked

link|improve this answer
Have you tried it before? I keep hearing about that toolset. Do you like it? – monksy Dec 12 '09 at 5:40
I like it very much so. – monksy Dec 12 '09 at 8:17
Yes, use it extensively. Haven't tried Crucible yet as only in a 2 person team. – Antony Dec 12 '09 at 8:46
feedback

The nicest I've seen yet is WebSVN, I believe it has all the features you mentioned and it's open source.

link|improve this answer
feedback

Another option would be Trac, a light-weight web-based software project management system. It integrates well with SVN, has tickets, view source & timeline (history of commits). Just an option, of course.

link|improve this answer
+1 for Trac - it's what I use – warren Sep 13 '11 at 17:42
feedback

I used svn for a few year. Have migrate most of my projects to git.

git has a very nice web base tool for its default installation for fc and ubuntu.

I have not used the advance features such as poll, push, merge. But I like it very much so far.

link|improve this answer
2  
that does not help me at all. – monksy Dec 12 '09 at 8:16
feedback

Redmine should be ok.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.