> On 24 Jul 2017, at 09:10, Esteban Lorenzano <esteba...@gmail.com> wrote:
> 
> Hi,
> 
> in fact, I think you made quite the contrary: you declared a code 
> subdirectory that does not exits.
> what you need to do is to press “Edit…” button and clean anything that 
> appears in “code subdirectory” field.
> 
> also, I have no idea why you have two entries for same project :)

and there is a bug on version 0.4 when cleaning repositories (because UI models 
are stored in a weak dictionary kept by name).
so if you “forget” one, probably you will have problems unless you execute :

IceAbstractModel allSubclassesDo: #clearModels. 

… right after forgetting the repository, with the iceberg browser closed.
I’m fixing this, but that version on P6 is older (Pharo 6.1 will have a new 
version).

Esteban

> 
> Esteban
> 
> 
>> On 23 Jul 2017, at 23:22, Hernán Morales Durand <hernan.mora...@gmail.com> 
>> wrote:
>> 
>> Hi guys,
>> 
>> I am trying to import code - in Pharo 6 - from a GitHub repository:
>> https://github.com/jigyasa-grover/CORMAS-Pharo. The repository doesn't
>> include a Baseline, and so it is not loadable using a Metacello
>> expression right?
>> 
>> I've tried to clone it with Iceberg with Remote URL:
>> https://github.com/jigyasa-grover/CORMAS-Pharo.git
>> 
>> I ended with a "Repository CORMAS-Pharo is invalid" so I wonder what's
>> exactly is invalid? I can browse the history but I don't know if any
>> code from that repository was already loaded in my image.
>> 
>> The URL should be specified as the ghost text suggest? Currently the
>> ghost text is: g...@github.com:user/project.git
>> 
>> Should I fill the "Code subdirectory" field?
>> 
>> Cheers,
>> 
>> Hernán
>> <Iceberg repositories.jpeg>
> 


Reply via email to