On 2/26/15 4:41 AM, Ben Coman wrote:
Just a random query (especially since I haven't played with BaselineOf
and I might misunderstand something)...
should #baseline: be moved out of the ConfigurationOf class so that we
consistently have a BaselineOf class in both cases: git & monticello.
Haha, you are misunderstanding ... the two classes are separate because
they are independent classes. One should use one or the other for
managing a project.
If you have a git-based project then I recommend that you use a
BaselineOf to manage the packages and dependent projects.
If you are using a Monticello repository (mcz files) then you must use a
ConfigurationOf ...
That is, the ConfigurationOfXxx.mcz package will contain two classes:
ConfigurationOfXxx and BaselineOfXxx.
This will not work as you expect:)
Dale