Page 1 of 1
SVN integration stopped working
Posted: 30 Mar 2010, 11:03
by sunetjensen
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
Re: SVN integration stopped working
Posted: 02 Apr 2010, 11:28
by sunetjensen
Seems like core/checkin.php has been moved to another file. Which?
Re: SVN integration stopped working
Posted: 06 Apr 2010, 17:36
by info4km
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
Re: SVN integration stopped working
Posted: 16 Apr 2010, 16:35
by sunetjensen
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
The source control integration is completely changed. Here is links to make the integration:
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
Posted: 01 Jun 2010, 18:49
by info4km
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
Posted: 02 Jun 2010, 07:43
by atrol
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
Re: SVN integration stopped working
Posted: 17 Sep 2010, 20:16
by eiben
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.
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.