Hi Martin, I hope I'll be able to help. First, we haven't seen this bug reported before:
http://bugzilla.mkgnu.net/show_bug.cgi?id=1394 I believe you have missed an "/" when specifying the repository. It should be 3 of them ('///'), not 2. http://files.mkgnu.net/files/scmbug/SCMBUG_RELEASE_0-26-15/manual/html-single/manual.html#FIG-GLUE-INSTALLER-EXAMPLE-SUBVERSION On Thu, 2009-07-23 at 10:33 -0700, Martin Goff wrote: > When I try to install the glue I get the following results: > > J:\ScmBug\bin>scmbug_install_glue.pl --scm=Subversion --product=repos > --reposito > ry=file://J:/SVN/repos --bug=2 --daemon=127.0.0.1 > --binary-paths="/bin,D:/Subver > sion,D:/Subversion/bin,D:/cygwin/bin,J:/Bugzilla" > This is the installation script of the Scmbug glue. > The glue will be installed in repository: file://J:/SVN/repos. > This is a repository for the Subversion SCM tool. > The product name in the bug tracking system is repos. > The integration glue will be committed against bug 2. > The IP address of the Scmbug integration daemon to contact is > 127.0.0.1. > The binary paths used > are: /bin,D:/Subversion,D:/Subversion/bin,D:/cygwin/bin,J > :/Bugzilla. > ------------- > Press Enter to continue or Ctrl-C to cancel > > 2009/07/23 09:45:38 Processing activity > 2009/07/23 09:45:39 Submitting request > Unable to change into file://J:/SVN/repos/hooks at > J:/Scmbug/share/scmbug/lib//S > cmbug/Tools/SCM_Functions.pm line 61. > > And the ScmBug activity log adds the following lines: > > 2009/07/23 10:08:32 Scmbug WARN> > Daemon.pm:659:Scmbug::Daemon::Daemon::connection_handler_thread - > 127.0.0.1:1204 Processing connection from NUL NUL SOH This is a known issue. It's not a problem. > In my daemon.conf I had to set the installation_directory to: > > # Used for Bugzilla and RequestTracker. > # > # Path to the directory of the bugtracker sources providing an > # API that the daemon can use > installation_directory => > 'J:/ScmBug/share/scmbug/lib/Scmbug/Daemon', > > because the ScmBug daemon wouldn't run at all if I set it to: > > # Used for Bugzilla and RequestTracker. > # > # Path to the directory of the bugtracker sources providing an > # API that the daemon can use > installation_directory => 'D:/Bugzilla, You are missing an ending quote (') above. Also, what was the error message ? > And if I copy the /ScmBug/share/scmbug/lib/Scmbug/Daemon/Bugzilla.pm > to D:/Bugzilla then Bugzilla refuses to run. You should not do that. Bugzilla.pm provided by Scmbug is different than Bugzilla.pm provided by Bugzilla.
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
