Kristis,

Thank you again. That resolved the issue for me. I may have messed it up though.

After I made this change I received another error:

*Scmbug error 7: Bug '2'
Error: does not belong to the product 'repos'. It belongs to product 'VDLSim'.*

So I re-installed the glue, changing the product name to VDLSim:

*scmbug_install_glue.pl --scm=Subversion --product=VDLSim --repository=file:///J:/SVN/repos --bug=2 --daemon=127.0.0.1 --binary-paths="D:/Subversion,D:/Subversion/bin,D:/Bugzilla,D:/Cygwin/bin"*

It appeared to work but now TortoiseSVN is throwing:

*Commit blocked by pre-commit hook (exit code 1) with output:
The system cannot find the path specified.*

And not writing anything to the glue activity log. I deleted the bin, etc, and lib directories from the hooks directory and then re-installed the glue again. Still no good.

I missing something.  any ideas what I am missing?


     *Martin Goff*

Software Development Alternatives, Inc.
[email protected] <mailto:[email protected]>
928-632-9946 (work)
928-632-9943 (fax)

"Effective teaching is the essence of leadership..."




Kristis Makris wrote:
Hi Martin,

But I had an issue that I don't think I handled properly and I think
it may be the cause of my current problem.  In my daemon.conf I set
the installation_directory to:

installation_directory => 'C:/ScmBug/share/scmbug/lib/Scmbug/Daemon'

even though Bugzilla is actually installed at "D:/Bugzilla".  I did
this because the Scmbug daemon refused to load if I set to:

installation_directory => 'D:/Bugzilla'

And if I copied "C:/ScmBug/share/scmbug/lib/Scmbug/Daemon/Bugzilla.pm"
to "D:/Bugzilla" then Bugzilla refused to load.

This is the problem. The installation_directory should be pointing to
'D:/Bugzilla' in your case. It seems that, for some reason, the Bugzilla
libraries are not loading like this.

To get you going for today, try adding in the top of the
Daemon/Bugzilla.pm

use lib "D:/Bugzilla";
use Bugzilla;


http://bugzilla.mkgnu.net/show_bug.cgi?id=1301#c2

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

Reply via email to