On 11/05/2015 08:52 AM, Thierry Goubier wrote:
Hi Sean,

2015-11-05 17:24 GMT+01:00 Sean P. DeNigris <sean@clipperadams.com>:
Thierry Goubier wrote
��
The biggest pain I felt was losing Versionner and having to go back to
editing Metacello artifacts by hand :/ This is because Git's main MetaC
artifact is the BaselineOf instead of ConfigurationOfXyz. Although on the
bright side, the really cool thing that Dale had to explain to me a few
times before I got it is - compared to a Configuration's baseline###, a
BaselineOf is really simplified because by the time you have the baseline,
you already have accessed a specific commit in a specific repository, so
none of this info has to be captured in the baseline!

Doesn't Versionner has the ability to create baselines (ok, baselines inside Configurations) ?


It may have been the case that Versionner was missing some supporting code from the MetacelloToolBox. For tODE I finally got around to generating baselines for a new project and I finally ended up adding some support to Metacello for building a BaselineOf[1].

Dale

[1] https://github.com/dalehenrich/metacello-work/issues/162