An installer script or an mcm is not an option because that would always load one fixed configuration.
But this is not what you want when you do not use a Universe?
but this is not what we want when we do not use a universe.
To be able to properly load Seaside a system that can handle dependencies is a requirement.
so I'm confused I thought that exactly mcm allow to specify exact version.
To our knowledge, Universe is the only system in Squeak/Pharo that can handle this task.
If you do not like Universes you can always load the Monticello packages manually following this graph: <http://www.lukas-renggli.ch/dropbox/seaside-2.9/seaside.png>. Good luck ;-)
But Universe do not have the granularity for following all the small changes. I thought that for the people developing seaside daily you wanted either the latest or been able to go back to exactly one version of a set of components and there the exact version number is a must I do not see the numbering in dependency in Universe. For me Universe is good when a complex program is ok for public consumption not incremental daily changes. So tell me because I do not understand. I also thought that Mcm was offering a fixed versions and could be used a fixed configmap We could extend it to support **load latest for this component** Stef