Hi
After upgrading to version 1.2.0 the source control integration has stopped working. Here is the part of my config file with the source control:
$g_source_control_account = 'svn';
$g_source_control_regexp = '/\b(?:bug|issue)\s*[#]{0,1}(\d+)\b/i';
$g_source_control_set_status_to = RESOLVED;
$g_source_control_set_resolution_to = FIXED;
$g_source_control_fixed_regexp = '/\bfix(?:ed|es)\s+(?:bug|issue)?\s*[#]{0,1}(\d+)\b/i';
I am not really sure how to do some debugging on the problem? I hope you can help me.
/Sune
SVN integration stopped working
Moderators: Developer, Contributor
-
- Posts: 5
- Joined: 29 Mar 2010, 14:14
Re: SVN integration stopped working
Seems like core/checkin.php has been moved to another file. Which?
Re: SVN integration stopped working
Did you ever get this working? As you've said - checkin.php is not in the distriubtion any more. Let us know what you had to do. If I figure out my own test installation, I'll post it here. Thx
KM
KM
-
- Posts: 5
- Joined: 29 Mar 2010, 14:14
Re: SVN integration stopped working
The source control integration is completely changed. Here is links to make the integration:info4km wrote:Did you ever get this working? As you've said - checkin.php is not in the distriubtion any more. Let us know what you had to do. If I figure out my own test installation, I'll post it here. Thx
KM
http://leetcode.net/blog/2009/01/integr ... -mantisbt/
http://www.unitz.com/u-notez/2009/10/su ... -mantisbt/
I managed to get it running with these guides.
Re: SVN integration stopped working
thanks. I appreciate the feedback and help. I am disappointed that they would complicate such an easy thing. I got the old way to work in less than 10 minutes. Just a few config parameters and change the hook script. Now it looks like I need to install software/plugins that i don't even use and set them up, like WebSVN. What is the point of importing data into a placeholder to be read? why can't this webSVN just get the info from SVN? Not sure I will go through all of this trouble. I may stay on 1.1.8. They should have left both ways in so the way worked, but you could upgrade if you wanted to.
Re: SVN integration stopped working
If this information is right, you should be able to use the old implementation with version 1.2 but it will be removed in 1.3
http://www.mantisbt.org/blog/?p=83
http://www.mantisbt.org/blog/?p=83
Re: SVN integration stopped working
So, I understand you correct, that you got the old 1.2.x style checkin.php working with the 1.3.x branch? What did you change? I would really like to use the old style instead of the new style, since I have a lot of repositories and I don't want to add them all the Mantis. The old way is much easier to setup.info4km wrote:thanks. I appreciate the feedback and help. I am disappointed that they would complicate such an easy thing. I got the old way to work in less than 10 minutes. Just a few config parameters and change the hook script. Now it looks like I need to install software/plugins that i don't even use and set them up, like WebSVN. What is the point of importing data into a placeholder to be read? why can't this webSVN just get the info from SVN? Not sure I will go through all of this trouble. I may stay on 1.1.8. They should have left both ways in so the way worked, but you could upgrade if you wanted to.