July 28, 2015
10:42 a.m.
Hello, I am trying to version a project on git using filetree. Since I also have some external resources (like images), I would avoid loading the whole project from the pharo image, because that would download the external files in a cache directory, thus making them difficult to reach and update. My idea is to update the git repository from the commandline, and then run a script to build the image. The question then is: is there an easy way to programmatically load a project from a local directory? Also, do you have any suggestions for a better workflow to handle this situation? Thanks, Tommaso