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. Pierce