[Iceberg] Loading my git project into a new image
I had a troublesome image today, so my first thought is to dump the image, and load the packages back up in a new image. While I can clone the the repo on in my new image using Iceberg, I canât figure out now to load the packages, now that they are loaded up via iceberg. under âloaded versionâ i see âno package loadedâ. under âstatusâ i see ânot loadedâ.. Thanks! ---- peace, sergio photographer, journalist, visionary Public Key: http://bit.ly/29z9fG0 #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV http://www.codeandmusic.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101
On Mon, Jan 21, 2019 at 03:10:49AM +0100, sergio ruiz wrote:
While I can clone the the repo on in my new image using Iceberg, I canât figure out now to load the packages, now that they are loaded up via iceberg.
If you mean you want to load from a git repo in your local filesystem, then like this: Metacello new repository: 'gitlocal:///local/filesystem/path/to/your/repo'; baseline: '...'; load Pierce
Hi Sergio, You can also double click into the repository, or click on the "Packages" menu. [image: image.png] And then you'll see the list of packages, which you can load by doing right click and "Load" [image: image.png] Of course, you can do it through Metacello, but that requires you have a baseline for your project. On Mon, Jan 21, 2019 at 9:14 AM Pierce Ng <pierce@samadhiweb.com> wrote:
On Mon, Jan 21, 2019 at 03:10:49AM +0100, sergio ruiz wrote:
While I can clone the the repo on in my new image using Iceberg, I canât figure out now to load the packages, now that they are loaded up via iceberg.
If you mean you want to load from a git repo in your local filesystem, then like this:
Metacello new repository: 'gitlocal:///local/filesystem/path/to/your/repo'; baseline: '...'; load
Pierce
-- Guille Polito Research Engineer Centre de Recherche en Informatique, Signal et Automatique de Lille CRIStAL - UMR 9189 French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>* *Web:* *http://guillep.github.io* <http://guillep.github.io> *Phone: *+33 06 52 70 66 13
You can also double click into the repository, or click on the "Packages" menu. For some reason, I am not getting âPackagesâ in my menu: ---- peace, sergio photographer, journalist, visionary Public Key: http://bit.ly/29z9fG0 #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV http://www.codeandmusic.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101
On 21 Jan 2019, at 14:58, sergio ruiz <sergio.rrd@gmail.com> wrote:
You can also double click into the repository, or click on the "Packages" menu.
For some reason, I am not getting âPackagesâ in my menu:
<02E567F3-283C-4010-93D6-392BDD5F6012.png>
Wow, this looks like a very old Iceberg. At least in Pharo 7 the UI (and I guess functionality) is way different.
---- peace, sergio photographer, journalist, visionary
Public Key: http://bit.ly/29z9fG0 #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV http://www.codeandmusic.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101
Ah! I have been using 6.0 as this project is going to be a seaside website on a real production project.. Maybe I should try it in Pharo 7, and see if it works.. On January 21, 2019 at 9:16:12 AM, Sven Van Caekenberghe (sven@stfx.eu) wrote: Wow, this looks like a very old Iceberg. At least in Pharo 7 the UI (and I guess functionality) is way different. ---- peace, sergio photographer, journalist, visionary Public Key: http://bit.ly/29z9fG0 #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV http://www.codeandmusic.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101
On 21 Jan 2019, at 15:36, sergio ruiz <sergio.rrd@gmail.com> wrote:
Ah!
I have been using 6.0 as this project is going to be a seaside website on a real production project..
Maybe I should try it in Pharo 7, and see if it works..
Sure, Seaside works fine on Pharo 7, and overall you will get better support. Especially if you want to use git/iceberg, P7 is way better. Maybe it is also possible to upgrade Iceberg in older images, I am not sure.
On January 21, 2019 at 9:16:12 AM, Sven Van Caekenberghe (sven@stfx.eu) wrote:
Wow, this looks like a very old Iceberg. At least in Pharo 7 the UI (and I guess functionality) is way different.
peace, sergio photographer, journalist, visionary
Public Key: http://bit.ly/29z9fG0 #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV http://www.codeandmusic.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101
Hi Pierce,
On 21 Jan 2019, at 09:14, Pierce Ng <pierce@samadhiweb.com> wrote:
On Mon, Jan 21, 2019 at 03:10:49AM +0100, sergio ruiz wrote:
While I can clone the the repo on in my new image using Iceberg, I canât figure out now to load the packages, now that they are loaded up via iceberg.
If you mean you want to load from a git repo in your local filesystem, then like this:
Metacello new repository: 'gitlocal:///local/filesystem/path/to/your/repo'; baseline: '...'; load
Pierce
Yes, when there is a BaselineOf you can load it (there is even a menu item for that). For your own projects, you will have to create your own BaselineOf, which is easier than creating a ConfigurationOf, BTW. You can also open the Packages view of a repository, and load unloaded packages manually: HTH, Sven
I am not able to get the packages view to load on my project. How would I go about creating a baseline? On January 21, 2019 at 4:00:01 AM, Sven Van Caekenberghe (sven@stfx.eu) wrote: For your own projects, you will have to create your own BaselineOf, which is easier than creating a ConfigurationOf, BTW ---- peace, sergio photographer, journalist, visionary Public Key: http://bit.ly/29z9fG0 #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV http://www.codeandmusic.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101
Am 21.01.19 um 14:59 schrieb sergio ruiz:
I am not able to get the packages view to load on my project.
How would I go about creating a baseline?
Check out this explanation (with examples) : https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/B... Konrad.
participants (5)
-
Guillermo Polito -
Konrad Hinsen -
Pierce Ng -
sergio ruiz -
Sven Van Caekenberghe