>>> Not sure I can answer that; in the meantime, I just added a FileTreeUrl as a >>> subclass of FileUrl, and Gofer seems happy with that. >> >> Neat. > > Now, I can do: > > ./pharo Pharo.image eval --save Gofer new url: > \'filetree://`pwd`/../../src\'\; package: \'TauC-Parser\'\; load
cool! > And a long time after (package loading is slowwww), it's done. > > However, the --install in the config handler doesn't work; had to use > --install=stable instead. that's in 2.0 I guess, since I changed it to use #stable by default in 2.0. So we should push the FileTreeUrl into the 2.0 repository for FileTree..
