upgrade to RC2 not working to missing files?

The release related discussions, plans and questions.
Locked
dilbert166
Advanced user
Posts: 41
Joined: Wed Sep 13, 2006 8:34 pm

upgrade to RC2 not working to missing files?

Post by dilbert166 »

when i tried to upgrade my RC1 to RC2 i get the following error:

Warning: opendir(sql/alter_tables/1.7/mysql/rc_2/) [function.opendir]: failed to open dir: No such file or directory in /var/www/html/testlink17/install/installUtils.php on line 30

i looked and realized that the rc_2 folder is indeed missing! i hust have beta_3 beta_4 and beta5_folders there.

am i missing something or is the rc_2 folder simply missing?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

You are right, is my fault, I've missed a cvs add + commit

I will fix asap
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

Missed files commited.

here the content

requirements.sql
ALTER TABLE requirements ADD COLUMN `node_order` INT(10) UNSIGNED DEFAULT '0' AFTER `type`;
ALTER TABLE requirements COMMENT = 'Updated to TL 1.7.0 RC 2';

z_final_steps.sql
INSERT INTO db_version VALUES('1.7.0 RC 2', CURRENT_TIMESTAMP());



Regards
dilbert166
Advanced user
Posts: 41
Joined: Wed Sep 13, 2006 8:34 pm

Post by dilbert166 »

thanks, worked like a charm. :)
Locked