vote up 6 vote down star
1

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.

flag

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. – Toytown Mafia Dec 8 '08 at 11:30

5 Answers

vote up 6 vote down check

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|flag
vote up 4 vote down

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|flag
vote up 1 vote down

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|flag
Is there any integration between Mantis and dotProject? – RjOllos Nov 12 at 0:47
vote up 0 vote down

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|flag
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
vote up 0 vote down

Powerful bugtracking with SVN browse: The Bug Genie

link|flag

Your Answer

Get an OpenID
or

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