I used the public CVS to check out 4.0.0 and am using the normal install instructions. Everything is working fine, until I run step_03.php and get the following errors:
Asset "form_action_call_rest_resource" attempts to inherit from the unknown type "form_action"
As specified by /home/websites/mysource_matrix/packages/rest/form/form_action_types/form_action_call_rest_resource/asset.xml
------------------------------------
------------------------------------
Installing Package_Manager_Rest:
------------------------------------
0 => page_rest_resource
Fatal error: Cannot redeclare class Asset_Attribute_HTTP_Request in /home/websites/mysource_matrix/packages/rest/attributes/http_request/http_request.inc on line 884
[quote]
I fixed it by manually checking out the fudge package which included mollom and adding into my mysource_matrix folder.
Also, the squiz_suite package does not get checked out with the script.
Is there a reason why the checkout.sh script is not getting everything?
[/quote]
I don't think the script has been updated yet with the new 4.0 packages yet.
If you want to checkout a package by hand, from inside the packages directory, use:
cvs -q -d :pserver:anonymous:@public-cvs.squiz.net:/home/public/packages/PACKAGENAME co -P -r mysource_4-0-0 PACKAGENAME
(Obviously, changing PACKAGENAME to the name of the package you want to install eg. squiz_suite)
EDIT: Actually my mistake, squiz_suite was added over a week ago. Did you get the latest version of the checkout script or were you using a branch copy?
I just added mollom to the list of fudge packages which was missed by accident