5 messages in com.mysql.lists.eventum-usersRE: CVS integration
FromSent OnAttachments
Niels-Peter Nielsen29 Jun 2005 23:58 
Niels-Peter Nielsen30 Jun 2005 01:13 
Randy Norwood30 Jun 2005 05:26 
Joao Prado Maia11 Jul 2005 08:10 
Niels-Peter Nielsen12 Jul 2005 00:32 
Subject:RE: CVS integration
From:Joao Prado Maia (jp@mysql.com)
Date:07/11/2005 08:10:40 AM
List:com.mysql.lists.eventum-users

Niels-Peter,

I am having trouble getting the CVS integration to work. My Eventum (1.5.4) installation is placed in "mydomain/eventum", and I have set the variables in process_cvs_commits.php as follows:

$eventum_domain = 'mydomain'; $eventum_relative_url = '/eventum/'; $eventum_port = 80;

I have checked that the webserver (IIS 6.0) is indeed using TCP port 80.

When I commit, process_cvs_commits.php executes without error, and I have checked that my comment is parsed correctly to give an issue number. I have tried checking whether scm_ping.php is activated, and it seems that it isn't (though I'm not sure if my test is correct). So it looks like I'm not getting through with the fwrite, probably due to incorrect eventum_* variable values?

Can you tell me the version of CVS that you are using? Recently I had to help out another user that was using a new version of CVS that breaks the string format syntax that we require in the special loginfo file.

--Joao