checkincurl.php

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
twwwt
Posts: 3
Joined: 08 Sep 2016, 15:46

checkincurl.php

Post by twwwt »

After upgrading our Mantis system from 1.2.19 to 1.3.0 and then to 1.3.1, our SVN integration does not work anymore. For historic reasons, we still use the checkincurl.php script, located in /scripts. This used to work fine till version 1.2.19. Since 1.3.0 it does not work anymore. More precisely, our SVN post commit hook script sends a HTTP POST request to checkincurl.php as always, a HTTP 200 status is returned (which I interpret as everything went well), still there is no new comment added to the issue that was referenced by the checkin message (Mantis #xxxxx).

Is there anything that has been changed or removed from 1.2.19 to 1.3.x and that would result in breaking the script?

Please, don't tell me that we should no longer use checkincurl.php because that is insecure. We know that. Its just that we want to *use* it.

Thanks
atrol
Site Admin
Posts: 8376
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: checkincurl.php

Post by atrol »

Do you use the old built-in source code integration support?
If so, it's been deprecated in 1.2 and completely removed in 1.3.
Since 1.2 this has been replaced by this plugin https://github.com/mantisbt-plugins/source-integration
Please use Search before posting and read the Manual
twwwt
Posts: 3
Joined: 08 Sep 2016, 15:46

Re: checkincurl.php

Post by twwwt »

atrol wrote:Do you use the old built-in source code integration support?
If so, it's been deprecated in 1.2 and completely removed in 1.3.
Since 1.2 this has been replaced by this plugin https://github.com/mantisbt-plugins/source-integration
Right. This is what was clear to me already. Im searching for ways on how to still use the "old" built-in source code integration. Some pointers on (i) what exactly was removed that the old integration requires. Related to that, (ii) what would be need to re-introduce in order to get it working again. We are willing to re-implement this ourselves.

Again, please don't tell me that the old way is insecure and I should use the new way of SVN-to-Mantis integration. I know that. Still, there are enough reasons for us why I want to use the old way.

Thanks
atrol
Site Admin
Posts: 8376
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: checkincurl.php

Post by atrol »

This was the commit that removed the old functionality https://github.com/mantisbt/mantisbt/co ... 56ba85c9ac
Please use Search before posting and read the Manual
Post Reply