On Thu, Feb 02, 2017 at 03:13:41PM +0800, Pierce Ng wrote: > On Tue, Jan 31, 2017 at 03:42:10PM +0100, Cyril Ferlicot D. wrote: > > To load gitFileTree I use this script: > > ``` > > Metacello new > > baseline: 'FileTree'; > > repository: 'github://dalehenrich/filetree:pharo' , SystemVersion > > current dottedMajorMinor , '_dev/repository'; > > load: 'Git' > > ``` > > Works for me on Pharo 5/windows and pharo 6/osx > > Thanks Cyril. Just tried it on Pharo 5 on Linux. Loads cleanly.
Spoke too soon. Appeared to have loaded cleanly on one Pharo 5 image, but got same hung state on another two Pharo 5 images. Does seem to load cleanly and quickly on Pharo 60365, which is good enough. Pierce