Thierry or Dale will confirm, but basically that's the gist of it. For git projects, you can specify dependencies to all things that refer to commits in git. So you can depend on a particular commit, on a tag, the tip of a branch… Therefore the release/version management part of metacello in ConfigurationOf… becomes mostly irrelevant, since you can encode it in how you organize and use your git repo.
On 25 February 2015 at 13:47, Peter Uhnák <[email protected]> wrote: > Hi, > > can anybody tell me the difference between BaselineOfX and > ConfigurationOfX? The only thing I've gathered is that BaselineOf is used > for Git projects, while ConfigurationOf for Monticello projects; but > usage-wise they seem identical. > > Thanks, > Peter >
