Re: [Pharo-users] Rename package and Iceberg

2020-06-02 Thread Gabriel Cotelli
If you add the new packages and remove the old ones the history will be ok. For example: https://github.com/ba-st/Willow/pull/160/files , and don't forget to update your baseline. On Tue, Jun 2, 2020 at 9:48 AM Vitor Medina Cruz wrote: > So you mean I should change the package name and add the r

Re: [Pharo-users] Rename package and Iceberg

2020-06-02 Thread Vitor Medina Cruz
So you mean I should change the package name and add the renamed package as a new one into Inceberg? The problem with this is that the history will be compromised, as it will see it as exclusion and then inclusion of several new classes instead of simply changes in existing ones. Isn't a way o doi

Re: [Pharo-users] Rename package and Iceberg

2020-06-02 Thread Gabriel Cotelli
You need to open the repository view, add your new packages using the Add Package button and remove the old ones with the contextual menu. On Tue, Jun 2, 2020 at 9:27 AM Vitor Medina Cruz wrote: > Hello, > > How is the correct/safe way of renaming a packages so that it is reflected > in the Iceb

[Pharo-users] Rename package and Iceberg

2020-06-02 Thread Vitor Medina Cruz
Hello, How is the correct/safe way of renaming a packages so that it is reflected in the Iceberg repository? I have made that sometimes but got out of sync with Iceberg and it was very hard to fix: I had to change files by hand, and then load back in the image, so wanna to avoid that. Regards, V