up vote 16 down vote favorite
3
share [g+] share [fb]

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.

link|improve this question

So, you need an all-in-one wiki + bugtracker + workflow + svn repos viwer written in php? – mepcotterell Dec 8 '08 at 11:29
SVN source viewer, bug tracker and recent changes in SVN. Wiki isn't essential. – Philip Morton Dec 8 '08 at 11:30
feedback

7 Answers

up vote 9 down vote accepted

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 repositories
link|improve this answer
feedback

I don't know if this is what you are looking for, but here is a clone of trac in php, it's called traq.

http://traqproject.org/

It's still in heavy development (it seams to me, I have not been able to install it, but by looking at his site, it looks good...)

link|improve this answer
I gave up on this after the installer generated a series of errors trying to init the DB. I'm not saying it is broken, but that installing it, if possible, turned into enough of a PITA for me to bail on it. I don't bail easily - I spent a bunch of time installing Trac on a shared host - which is also pretty non-trivial. – Tony Adams Nov 25 '11 at 16:23
feedback

Powerful bugtracking with SVN browse: The Bug Genie

link|improve this answer
feedback

you can try out also http://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.

link|improve this answer
Is there any integration between Mantis and dotProject? – RjOllos Nov 12 '09 at 0:47
feedback

There is a new project from Wez (PDO fame) here:

http://netevil.org/blog/2010/01/mtrack-a-software-development-tracker-wiki

link|improve this answer
feedback

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.

link|improve this answer
1  
Perhaps the op is in a shared environment. I know from personal experience what a hassle it is to deal with such a thing. It's only now, after having set up trac multiple times in such an environment, that I feel competent in doing so. – mepcotterell Dec 8 '08 at 12:09
feedback

Your Answer

 
or
required, but never shown

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