On 22 Sep 2017, at 10:01, stephan <stephan@stack.nl> wrote:
On 22-09-17 09:25, Esteban Lorenzano wrote:
In response to my:
You cannot use pattern 2 with shared repos.
yes you can. shared repo is a suggestion, you can always chose to add a project from another place.
Yes, so that makes pattern 2 practically impossible?
why? is perfectly possible.
Where am I going wrong? I create an image with a certain repo, checkout a branch. 6 months later I reopen the image and need to bring it up to date.
yes, then you fetch and update⦠again, whatâs the problem? there is something Iâm missing about your reasoning :(
For that I need to look at a few other images, having different versions/branches. I then need to create as many clones of the repo as I have images I need to compare, open them, switch their repos to the right clone and switch to the right branch and version.
why? you can compare branches inside same image⦠and even switch to them and reload. This will not work for pharo itself (because of initialisation order), but it will work on other projects. one thing I want to add is a âreload on baseline orderâ option on baseline plugin⦠so you can update your system following a baseline. Esteban
Stephan