Re: [mantisbt-help] WebSVN and post-commit hook

2012-02-03 Thread Alain D'EURVEILHER
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

Re: [mantisbt-help] WebSVN and post-commit hook

2012-02-02 Thread Alain D'EURVEILHER
-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: >

[mantisbt-help] WebSVN and post-commit hook

2012-02-01 Thread Malgarida Edoardo
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