Hi Paul,

On Tue, 2009-02-10 at 10:25 -0500, Gillis, Paul wrote:
> I was able to install the daemon and glue using scmbug 0.26.13 working
> with Bugzilla 3.2.0 and SVN 1.5.5 on Windows.
> 
>  
> 
> When I try to do a commit into that repository, I get:
> 
>  
> 
> Commit failed (details follow):
> 
> Commit blocked by pre-commit hook (exit code 1) with output:
> 
> The system cannot find the path specified.

This error message is coming from Subversion, not from Scmbug.

> Can anybody please tell me what might be causing this?


I'm suspecting that the pre-commit hook is failing because the path to
Perl is incorrect.

If you look in Z:\test\hooks\pre-commit.bat you should see something
like:

# Scmbug_STANZA_START
#
#
# Call the Scmbug integration glue
/usr/bin/perl -I ${REPOS}/hooks/lib/scmbug
${REPOS}/hooks/bin/scmbug_activity.pl
${REPOS}/hooks/etc/scmbug/glue.conf activity_verify ${REPOS} ${TXN} >&2

exit $?
#
#
# Scmbug_STANZA_STOP


I suspect that the call to perl (and I know you are running Windows) is
an invalid path. I believe the default there should be C:\Perl\bin\perl.
Also make sure you have a C:\Temp.

In any case, the problem is that scmbug_activity.pl is not even being
called.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to