4 messages in com.mysql.lists.eventum-usersRE: CVS SCM Integration
FromSent OnAttachments
Neil Maitland17 Aug 2004 05:34 
Joao Prado Maia17 Aug 2004 06:28 
Neil Maitland19 Aug 2004 07:52 
Joao Prado Maia19 Aug 2004 08:05 
Subject:RE: CVS SCM Integration
From:Joao Prado Maia (jp@mysql.com)
Date:08/19/2004 08:05:02 AM
List:com.mysql.lists.eventum-users

Neil,

Looking in the history_type table in my database I seem to be missing an entry for 'scm_checkin_associated'. Have I messed the installation at some stage?

No, it looks like it was missing in the upgrade scripts as well. You can fix that by running:

INSERT INTO history_type SET htt_name = 'scm_checkin_associated';

I'll fix that in the next release.

--Joao