Re: [Pharo-users] Gitfiletree on pharo5

2016-03-10 Thread Dimitris Chloupis
Ah nice I did not know you were using SubProcess, thank you Thierry you are awesome :) On Thu, Mar 10, 2016 at 11:36 AM Thierry Goubier wrote: > Hi Norbert, > > yes, there is a problem with the OSProcess plugin in Mac OS X, which makes > GitFileTree unable to recover the output of the external c

Re: [Pharo-users] Gitfiletree on pharo5

2016-03-10 Thread Thierry Goubier
Hi Norbert, yes, there is a problem with the OSProcess plugin in Mac OS X, which makes GitFileTree unable to recover the output of the external commands. The best way is to use GitFileTree with OSSubprocess, with the following: Metacello new baseline: 'FileTree'; repository: 'github://da

[Pharo-users] Gitfiletree on pharo5

2016-03-10 Thread Norbert Hartl
I tried a new pharo 5 image today and wanted to load my code via gitfiletree into the image but it does not work. I can see on the console that git commands are invoked and the output is to be seen on the console. It seems the image does not get the same information. I can remember there is an