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
-d "repo_name=${REPOS}" -d "data=${REV}" $CHECKINURL >> $LOGFILE
rm -f $LOGFILE
###########
Date: Wed, 1 Feb 2012 16:55:41 +0100
> From: "Malgarida Edoardo"
> Subject: [mantisbt-help] WebSVN and post-commit hook
> To:
>
My system has the following components:
OS xp -pro sp3
mysql 5.0.51a
PHP 5.3.5
Apache 2.2.21
mantis bt 1.2.28
SVN 1.6.17
websvn 2.3.3
plugins-source-integration 0.13.2-177
I don't succeed in viewing "Diff", "file" and "browse" in changsets and
also post-commit doesn't work.
I followed these in