From: Isabelle P. <isa...@sb...> - 2008-12-13 01:17:13
|
FYI I solved my problem by executing this raw SQL statement: INSERT INTO core.databaseversion (database_version_id, version, modification_date, user_read, user_write,group_read, group_write, other_read, other_write, row_user_id, row_group_id, row_project_id, row_alg_invocation_id) VALUES ( nextval('core.databaseversion_sq'), 3.5 , current_timestamp,1,1,1,1,1,0,1,1,1,1); :-) Isabelle -----Original Message----- From: Isabelle Phan Sent: Fri 12/12/2008 4:46 PM To: John E. Brestelli Cc: gus...@li... Subject: RE: [GUSDEV] svn GUS broken? > You need to install Error.pm from cpan to use the trunk version of GUS. I did, and the installation completes, which is great, but I still can't use plugins. Now I get this error: $ ga +meta --commit FATAL: Database version does not match required version for Plugin. Database Version: Plugin Version: 3.5 How do I set the Database Version? thanks, Isabelle |