Dale Henrichs wrote:



On Thu, Aug 7, 2014 at 9:40 AM, Sean P. DeNigris <sean@clipperadams.com> wrote:
There are two things that have bothered me about our use of Metacello, but I
couldn't explain exactly why until now. These are two guidelines that I
think are important:
1. ConfigurationOfMyProject should live at repoOfMyProject. Any
MetaRepoForXyz should only be a copy of this config
2. Platform-specific config sections are not optional

Makes a lot of sense and I agree.

Dale
I feel similar. Not that I've published any Configurations yet, but looking in from the outside the current process always made me uneasy that is violates my general principle of DON'T MAKE COPIES.

Maybe the MetaRepoForXyz should not contain any ConfigurationOfMyProject at all, but a CatalogOfMyProject (or MetaOfMyProject) which simply points to the ConfigurationOfMyProject in the project repo.��

cheers -ben