hernanmd wrote
> Then I figure the "repository" path is missing and I add it:
Not sure if related but IIRC I’ve have to “forget” the repo in Iceberg in
similar cases
-
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
I understand. I will create the BaselineOf.
Thank you Dale,
Cheers,
Hernán
El vie., 26 abr. 2019 a las 15:31, Dale Henrichs
() escribió:
>
> Hernán,
>
> The multiple retrying messages imply that Metacello/Monticello is not
> able to download the ConfigurationOf ... which points to another issue
Hernán,
The multiple retrying messages imply that Metacello/Monticello is not
able to download the ConfigurationOf ... which points to another issue:
a ConfigurationOf cannot really be used with a git repository ... a
ConfigurationOf should only be used with a http:// repo ... you should
be
Hi Dale,
El vie., 26 abr. 2019 a las 15:12, Dale Henrichs
() escribió:
>
> I'm not exactly sure why you are getting the error, but the standard way
> to deal with a package-cache issue (or at least eliminate the
> package-cache as the real culprit) is to clear the package-cage in the
> Monticello
I'm not exactly sure why you are getting the error, but the standard way
to deal with a package-cache issue (or at least eliminate the
package-cache as the real culprit) is to clear the package-cage in the
Monticello browser ...
An alternative (or next step) would be to try the following:
Met
Hi guys,
Is there any way to tell Metacello to ignore the local package cache
after a failed load?
Say I tried to load:
Metacello new
configuration: 'MyConfig';
repository: 'github://hernanmd/MyPackage';
load.
Then I figure the "repository" path is missing and I add it:
Metacello n