Hi Esteban The reason I was asking how to update from 0.7.? is because if I take the same script and execute it after plugging in the 1.0.1 version my Pharo image freezes. I can try from a fresh Pharo 6.1 image and see if I get the same problem.
On Wed, May 30, 2018, 01:52 Esteban Lorenzano <esteba...@gmail.com> wrote: > hi, > > On 30 May 2018, at 01:59, Andrei Stebakov <lisper...@gmail.com> wrote: > > On Pharo 7.0, Windows 10 when I try to clone from pillar-markup/pillar on > Windows 10, it gives me an error "the filename or extension is too long” > > > this is more a problem of pillar being in filetree format than iceberg. > there is no clear way to fix that other than migrate to tonel. > > but you can try to get smaller paths, like putting your sources in > C:\pillar > > Also I got a couple of questions: > - How do I check the version of Iceberg > > > not much way this days, since iceberg is installed outside iceberg. > > - How can I update from Iceberg 0.7.1 on Pharo 6.1 (installed using > instructions from https://github.com/pharo-vcs/iceberg) to latest Iceberg > 1.0.1? > > > The instructions there are titled “updating iceberg” and “for Pharo 6.1” > so yes :) > the only difference is you have to change “0.7.?” with “1.0.?” (I need to > update that). > > Esteban > > > Thanks! > Andrei > > On Tue, May 29, 2018 at 5:30 AM, Guillermo Polito < > guillermopol...@gmail.com> wrote: > >> Hi all, >> >> Time for a new Iceberg update, that will be available in the next Pharo >> build. This time, there are lots of cleanups and enhancements. On the big >> highlights: >> >> - Tonel migration plugin is available in the "Other menu item" >> - Tests are green on 64 bits! (meaning iceberg can be safely used in 64 >> bits). >> >> Thanks to everybody that participated in reviewing, opening/closing >> issues or even fixing a typo! >> >> # Documentation >> >> Just as a reminder, here you have a link to iceberg's wiki, convering >> some info like terminology, how to help us, and so on... >> >> https://github.com/pharo-vcs/iceberg/wiki >> >> # And some videos ;) >> >> - Branching and merging https://www.youtube.com/watch?v=DBzkjwABPEI >> - Loading a Baseline https://youtu.be/brUHEOr-p_E >> - Contributing to Iceberg https://youtu.be/yGr5HvVWM0M >> >> # Changes Log >> >> https://github.com/pharo-vcs/iceberg/releases/tag/v1.0.0 >> >> Enjoy, Guille >> >> PS, detailed changes log below: >> >> # Cleanups >> >> #819 Fix tooltip typo in settings >> #800 Iceberg should be removed from the catalogue >> #801 Remove not referenced packages >> #803 Correct some lints in tests >> #806 Bad repair options when local repository is missing >> #725 Remove and clean old UI >> #794 Some classes should use category "utilities" instead of "utility" >> #791 Begin to remove old UI >> #734 Begin to remove old UI >> #576 Add link to github/gitlab ssh instructions >> >> # Enhancements >> >> #776 Upgrade to Commander 0.6.2 dependencies >> #765 Add command to copy SHA from history window >> #793 Add the commit message to history window >> #785 Metacello conflicts are not handled Metacello Integration >> >> # Bug fixes >> >> #771 IceTipRemoveFromRepositoryPackageCommand >> execute is not >> implemented >> #748 Code subdirectory in empty repository >> #767 Error while pulling with renamed packages >> #814 Moving extension from a package removes extended class >> #807 When we do not have the right to push on a report we get an Error >> instead of the pop up! >> #768 Inverse merge preview shows wrong diff >> #784 Pulling from a non existing remote branch fails#810 #removePackage: >> should recursively delete files >> >> # Documentation >> >> #702 Create screencast - How to contribute to iceberg >> #774 Copy Wiki contribution page to pharo-project/pharo wiki >> >> # Infrastructure >> >> #761 Make tests run in 64 bits Pharo 7 >> >> > >