Sean,
If you are using a ConfigurationOf and want to keep in a github project and have it reference a specific git commit, then using a configuration branch is still a good idea.
If you store a ConfigurationOf in the same branch as your BaselineOf and packages, then it is possible for you to have a ConfigurationOf in your local git clone that is not the correct ConfigurationOf for that version of the repository:
1. commit master branch (SHA abcdef)If you have the Configuration stored on a completely separate branch then you will never have confusion ...
OTOH if you will never be tempted to put a SHA in the ConfigurationOf and use a tag or branch name to reference the version to be used, then it should be save to store the ConfigurationOf in the same branch as your BaselineOf...
Dale
Is it still recommended to have a separate Configuration branch? Thanks.
--
You received this message because you are subscribed to the Google Groups "Metacello" group.
To unsubscribe from this group and stop receiving emails from it, send an email to metacello+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I assume that the configuration is necessary to have a project show up in the catalog?
Dale
I thought I explained that in my reply? I guess I wasn't clear enough, what part doesn't "make sense"?
Dale
I assume that the configuration is necessary to have a project show up in the catalog?
OTOH if you will never be tempted to put a SHA in the ConfigurationOf and
use a tag or branch name to reference the version to be used, then it
should be save to store the ConfigurationOf in the same branch as your
BaselineOf...