loading Icerberg repo with dependencies

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

loading Icerberg repo with dependencies

Peter Uhnak
Hi,

I finally started to move to Pharo 6, so now I can play with Icerberg...

my question is:

how can I load a repository with all its dependencies?

In other words... can I tell Icerberg that for the given Ice Repository to execute BaselineOf?

Or is the use case:

1. use metacello to load project (with all dependencies)
2. add all Ice repositories
3. load all code again (this tima via Iceberg)
4. (optionally) remove all previous metacello repositories to avoid confusion

Thanks,
Peter