Trying to test checkin

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
rabwin
Posts: 1
Joined: 20 Feb 2015, 14:15

Trying to test checkin

Post by rabwin »

Hi there,
I installed mantis and svn on windows 7.
I am trying to create a test.bat script for my post-commit hook.

I tried to run the test.bat script (of course with the correct path to php and checkin.php)

Code: Select all

"path\to\php" "path\to\checkin.php" <<< "fixed #1"
but cmd returns this error to me:
<< was unexpected at this time.
I searched here and google and every guide for mantis to svn integration with hooks uses this type of syntax (the triple left-angled brackets).
Can anyone help me understand why the batch script isn't working?
Mantis: 1.2.19
Apache-2.4.9
PHP: 5.5.12
Mysql-5.6.17
Post Reply