Page 1 of 1

Integrating Mantis and Subversion

Posted: 03 Jan 2009, 22:54
by leftnode
I've written an open source PHP framework (Artisan System found at http://artisansystem.com) and I use Mantis for all of my bug tracking and Subversion for my version control. I recently wrote an article on how to integrate Mantis and Subversion through post-commit hooks so you can enter bug comments through your comments when you check something in.

http://artisansystem.com/blog/entry/16

Check it out, let me know what you think.

Thanks!

Re: Integrating Mantis and Subversion

Posted: 01 Feb 2009, 20:41
by simpson_2
Hi,

I've done something similar in a far more elegant way.
although the database design is opensource this does not make the database open as well.

I would not recomend this way of integration.
there is already a script which takes care of this, and will solve issues with:
a) different database systems
b) datamodel changes.

Bart