During my tests when installing my system I tried also on a windows machine
before, and the hook I had was like the following. Maybe you could try to
adapt for your own environment:
@ECHO OFF
SETLOCAL
rem SET REPOS=%1
SET REPOS="Test"
SET REV=%2
SET
CHECKINURL="http://localhost/mantis/plugin.ph
Hi,
I think that your URL content is malformed. It should not be a path, but a
real URL.
Try this:
URL="http://my.mantis.server/plugin.php?page=Source/checkin";
For example, this is what I have for my config:
###
#REPOS="$1"
REPOS="PA_Application"
REV="$2"
MA