[Pharo-users] Re: Is there a way to load a dependent repository of assets that doesn't have a baseline - in my Metacello baseline?

2021-01-28 Thread Paul DeBruicker
You could use a #postLoadDoIt: or #preLoadDoIt: and have Zinc download the github repo contents to the directory of your choice or use LibC to do a git checkout in the right spot. Tim Mackinnon wrote > Hi - I’m trying to create a baseline for my project so that it includes a > dependent reposito

[Pharo-users] Re: Is there a way to load a dependent repository of assets that doesn't have a baseline - in my Metacello baseline?

2021-01-28 Thread Tim Mackinnon
So many interesting avenues - this one I can also see as useful in yet another thing, but actually i just want my project baseline to pull down another repo along with my other dependencies and store the contents alongside the others in the pharo-local directory but just not complain that there

[Pharo-users] Re: Why does Iceberg duplicate my Project when loading a baseline?

2021-01-28 Thread Sanjay Minni
Ok, we will quit here as this is not on priority list till P9, thanks Sanjay Minni wrote > Tried thru iceberg - used the option: Clone from GH and then say clone any > of: > > - SeasideST/Seaside > - ba-st/willow > - magritte-metamodel/magritte > ... any other for that matter > > and then right

[Pharo-users] Re: join

2021-01-28 Thread Yuriy Babah
Sorry for not creating a separate letter, but my problem was solved, it was that the code section in the booklet was in square brackets: why are they there? -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Re: Why does Iceberg duplicate my Project when loading a baseline?

2021-01-28 Thread Sanjay Minni
Tried thru iceberg - used the option: Clone from GH and then say clone any of: - SeasideST/Seaside - ba-st/willow - magritte-metamodel/magritte ... any other for that matter and then right-click->Metacello->install baseline of <> ... and ... Duplicate name appears Esteban Lorenzano wrote > Thi

[Pharo-users] Re: Why does Iceberg duplicate my Project when loading a baseline?

2021-01-28 Thread Sanjay Minni
For a start some issues: 1. to create a repository for a new project in GH, assuming a blank repository has been created in GH, it should be straight path thru iceberg->(repositories) +Add->clone from github.com then-> add packages and commit/push - but this does not work, i have to do a fair a

[Pharo-users] Re: Is there a way to load a dependent repository of assets that doesn't have a baseline - in my Metacello baseline?

2021-01-28 Thread Guillermo Polito
I don’t know if this is what you’re looking for, but there is GitBridge out there too http://forum.world.st/ANN-GitBridge-td5101250.html > El 27 ene 2021, a las 23:51, Tim Mackinnon escribió: > > Hi Hernan - that is close to what I want, and looks useful for something else > I need to do - bu

[Pharo-users] Re: Why does Iceberg duplicate my Project when loading a baseline?

2021-01-28 Thread Esteban Lorenzano
Feel free to propose changes :) Esteban On Jan 28 2021, at 7:31 am, Sanjay Minni wrote: > My take is that a focus is needed on Iceberg > after Pharo projects moving to Github (from smalltalkhub), I find iceberg has > become more required but somehow I dont get the confidence. > It does funny thi

[Pharo-users] Re: Why does Iceberg duplicate my Project when loading a baseline?

2021-01-28 Thread Esteban Lorenzano
This is likely you are using two different URLs to clone the project (maybe from a fork?). Name is not a key, clone URL is... so, iceberg cannot know you are cloning same project? Esteban On Jan 26 2021, at 11:59 pm, Tim Mackinnon wrote: > Hi guys - its been a while since I’ve had chance to cod