Login  Register

Re: Git (gitfiletree) on Pharo vs Windows

Posted by Thierry Goubier on Feb 27, 2015; 6:38am
URL: https://forum.world.st/Git-gitfiletree-on-Pharo-vs-Windows-tp4806791p4808137.html

Hi Hernán,

I didn't put ProcessWrapper as a dependency yet, you'll have to load it
first.

Gofer new
           url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main';
           configurationOf: 'ProcessWrapper';
           loadStable

Thierry

Le 27/02/2015 02:58, Hernán Morales Durand a écrit :

> Hi Thierry,
>
> I have tried in Pharo 3:
>
> Gofer new
>          url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main';
>          configurationOf: 'GitFileTree';
>          loadDevelopment
>
> But it didn't load the ProcessWrapper. Can you tell me how should I install?
>
> Cheers,
>
> Hernán
>
>
>