Looking for a simple web interface with subversion support and ticket /issue tracker [closed]
- by Stefan Andre Brannfjell
I am working on a small project and we have a few programmers on the job. We are using subversion to commit updates and keep all developers up to date on their workstations.
However, we have yet to find a suitable web interface to use for it. I have tried redmine, but that installation progress was extremely bothersome and advanced. Once I got it to work I found out that it was slow and did not meet my expectations. As well as it seems a bit complex for our needs.
I would prefer to find a solution that supports lighttpd web server, however that seem to be very hard to come by, those I have found seem to only have apache support.
Functionality i wish for the website:
- login to an svn account
- view svn logs
- view & create issues, todo list etc
- view svn difference
Do you have any open source recommendations that I can try out? I will appreciate any kind of reply. :)
Edit: I wish to host the website on our own servers.