Hi Guillermo, Your workaround effectively solved my issue. About the tonel format, in the .properties file at the sources directory there was such setting: https://github.com/eMaringolo/rbac/blob/9279f22ef5fd1c4149090b5b39a6afa143a6... But the .project file was missing at the root of the repository. So maybe it is a mix of both conditions. In any case, I'm glad the workaround works, and that it helped spotting a bug. Thank you! Esteban A. Maringolo On Tue, Jun 18, 2019 at 4:35 AM Guillermo Polito <guillermopolito@gmail.com> wrote:
Iâve created an issue:
https://github.com/pharo-vcs/iceberg/issues/1251
El 18 jun 2019, a las 9:30, Guillermo Polito <guillermopolito@gmail.com> escribió:
Hi Esteban,
It seems like a bug in Iceberg. If you click on debug, youâll see that although youâve said the project is in tonel format, itâs trying to use a Filetree reader
<PastedGraphic-2.png>
This is due to some missing metadata in the commit (iceberg is relying on commit information there and not working copy information).
There is however a simple workaround. If you click in the commit button youâll see that Iceberg tries to create and commit the missing files:
<PastedGraphic-3.png>
If you commit those files, then youâll be able to load your packages.
Guille
El 18 jun 2019, a las 2:34, Esteban Maringolo <emaringolo@gmail.com> escribió:
Hi,
I'm trying to load a package from a Tonel repository[1] that was created using SETT[2].
The structure seems fine, but when I try to load a package, I'm getting the message saying that there is no version for the package in the current commit (which seems wrong at least to the naked eye).
Eg. <image.png>
Any idea of how to fix it?
Regards!
[1] https://github.com/eMaringolo/rbac/tree/master/sources/ [2] https://github.com/gemtalk/sett
Esteban A. Maringolo