Hi Vincent,

Every time I've seen this question asked, the answer has been to
checkout the branch that you want and then "Reload All" from the list
of packages.

Cheers,
Alistair


On 26 January 2018 at 00:42,  <vincent.blond...@lamresearch.com> wrote:
> Hi,
>
> I am encountering some problems with Iceberg on the latest version.
>
> I want to load the commits I just made on a branch on my Pharo fork, let's 
> say "21124". I set the local repo to the current version of my Pharo image, 
> i.e. the development branch (commit 0dbf86).
> Thanks to the iceberg interface, I change the current branch to "21124", 
> there are 12 commits that are incoming.
> Then, I then do "Pull incoming commit" to load them.
> But after a few moment, instead of loading only the delta between the 
> development branch and the "21124" one, iceberg goes further in the commit 
> history and wants to load 174 commits... Including one that does not load.
>
> By debugging, it seems that there is a problem with 
> LGitRepository>>fastForward:, the result of "self lookup: 'FETCH_HEAD'" gives 
> not the good commit i.e. the one of the development branch  (commit 0dbf86), 
> but instead the one of "I do not what".
>
> Does this issue is known? And how can I bypass it or solve it?
>
> Thanks,
>
> Vincent

Reply via email to