Description of problem: I want to integrate subvesion comit with mantis. This seems to be easy following the description as you can find it in http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/ However at the point when to test mantis via the command line: %> /path/to/php /path/to/mantis/core/checkin.php <<< “My web monkey fixed issue #1337 by accident.” this fails. There is no error code in the command line but there is also no entry. If you look at checkin.php there should be plenty of comments if something fails.... but there is no output at all..
Hi, I just found some spare time to have a look at this (sorry for the delay). In short, WORKSFORME. I have a local installation and I just copy/pasted the 2 config lines from the page you referenced: $g_source_control_account = 'username'; $g_source_control_regexp = '/\b(?:bug|issue)\s*[#]{0,1}(\d+)\b/i'; to my config_inc.php and the example above works (of course assuming 'username' is correctly set up and the issue # actually exists) If you can't manage to make this work, I suggest you ask help in the mantis forums at: http://www.mantisbt.org/forums and eventually report the issue in the upstream tracker.