Is there an equivalent to Trac written in PHP? [closed]
Asked Answered
A

0

21

Is there an equivalent to Trac written in PHP? I need something that integrates with SVN and is free. It should allow me to browse the SVN source, have some kind of bug tracking and show recent changes in the SVN. A wiki isn't essential.

Thanks in advance.

Avery answered 8/12, 2008 at 11:25 Comment(10)
So, you need an all-in-one wiki + bugtracker + workflow + svn repos viwer written in php?Worthless
SVN source viewer, bug tracker and recent changes in SVN. Wiki isn't essential.Avery
I personally use Trac because I haven't been able to find another packaged solution that's just as flexible. However, if you don't mind using multiple packages (and you said you don't need a wiki) then I'd suggest: - MantisBT - a free popular web-based bugtracking system - ViewSVN - web interface for viewing SVN repositoriesWorthless
If a tool suits your needs, why the language in which it is implemented matters so much? A good example might be Ruby on Rails project, which used Trac as a bug tracker and repository browser for quite a long time. Trac has it's issues, but it is extremely easy to setup, even if you have no Python experience.Scherman
you can try out also svnmanager.sourceforge.net for the svn stuff , as for the trac equivalent I would suggest mantiz, very light and gets the job done. I use the combination of mantiz and dotproject.Bowshot
Powerful bugtracking with SVN browse: The Bug GenieEffortless
There is a new project from Wez (PDO fame) here: netevil.org/blog/2010/01/…Gummite
I'd like to recommend redmine redmine.orgBluff
My personal recommendation is "CandyCane" which is port of Redmine into CakePHP. Development is stil active. This project using PHP5.3, 5.4 and 5.5 with 40 of contributors from the world wide. github.com/yandod/candycane yandod.github.io/candycane You can develop plugin for CandyCane with PHP syntax. This can be match with many unique situation.Fumble
FYI: traq.io was intended as a full clone of Trac, but it ended up going a different routePastiche

© 2022 - 2024 — McMap. All rights reserved.