Page 1 of 1
Mantis Integration with SVN
Posted: 18 Feb 2005, 02:12
by rata
Can anyone help me with integration of Mantis with SVN?
Posted: 18 Feb 2005, 04:36
by vboctor
The following project integrates several bug trackers with several source control tools. Mantis / SVN are supported.
Scmbug: Integrates Mantis with several Source Control tools like CVS, Subversion, and Arch.
http://freshmeat.net/projects/scmbug/
Regards,
Victor
Forgot to mention that I am using Win2k
Posted: 18 Feb 2005, 04:43
by rata
Thanks Victor
I failed to mention in my original post that I am using Win2k. Scmbug seems to be Unix based and no one has produced a Win2K binary. I have started working with the bugtraq: properties in SVN and the Sorce_control configuration in Mantis. SVN seems to be working as log entries are being created that include the issue number that was entered. However Mantis is not creating corrsponding Notes .
I am a bit perplexed as I don't see where to tell SVN the location of Mantis so it can pass the appropriate details.
Cheers
Ray
Posted: 18 Feb 2005, 06:25
by vboctor
Scmbug is implemented in Perl. You can use ActivePerl (
http://www.activestate.com/Products/ActivePerl/) to run perl under Windows server. Hence, you don't need an compiled EXE.
Also keep an eye on the source control integration page in Mantis Manual, it may give you hints from other users. Also we will eventually work on adding more details into it in the future
http://manual.mantisbt.org/manual.confi ... ration.php
One of the notes says that SVN works with integration out-of-the-box, I don't know how it is done since I never managed an SVN server, but I think the idea is to get SVN to run the checkin.php script from Mantis with the log information as it is added commits are done on the repository.
Regards,
Victor
Posted: 08 Dec 2005, 00:02
by Guest
vboctor wrote:Scmbug is implemented in Perl. You can use ActivePerl (
http://www.activestate.com/Products/ActivePerl/) to run perl under Windows server. Hence, you don't need an compiled EXE.
Also keep an eye on the source control integration page in Mantis Manual, it may give you hints from other users. Also we will eventually work on adding more details into it in the future
http://manual.mantisbt.org/manual.confi ... ration.php
One of the notes says that SVN works with integration out-of-the-box, I don't know how it is done since I never managed an SVN server, but I think the idea is to get SVN to run the checkin.php script from Mantis with the log information as it is added commits are done on the repository.
Regards,
Victor