On 2013-03-12, at 16:48, Sven Van Caekenberghe <sven@stfx.eu> wrote:
That already exists no ?
$ ./vm.sh Pharo.image save Foo
exactly! :) I usally use: ./vm.sh Pharo.image save MyProject --delete-old so I have less mess around
will do a 'Save As..' to Foo.[image|changes]
On 12 Mar 2013, at 16:45, "phil@highoctane.be" <phil@highoctane.be> wrote:
BTW, an interesting additional ./vm.sh command would be:
$./vm.sh clone Pharo WebDocExperiment
which would do a copy of Pharo.image and Pharo.changes to the WebDoc.image and WebDoc.changes
I think I will sit with Benjamin this weekend to hack on a per-project documentation solution: ./vm.sh MyProject.image docment --output-dir=doc MyPackage-Foo "MyPackage-Bar.*" and you will get a nice doc folder with a more or less ready to ship pharo documentation a la javadoc :) but with a source code navigation that rocks!