Integrating Mantis and Subversion

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
leftnode
Posts: 1
Joined: 03 Jan 2009, 22:51

Integrating Mantis and Subversion

Post 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!
simpson_2
Posts: 7
Joined: 03 Jan 2008, 15:09
Location: Amsterdam, Netherlands

Re: Integrating Mantis and Subversion

Post 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
Post Reply