On 5 June 2018 at 00:59, Tim Mackinnon <tim@testit.works> wrote:
P7 will force you to be in the right branch or you will not be able to do⦠almost anything :) you can have two (or ten) images opened at once and work on them, but at a moment you will need to ârepairâ each image to commit.
So are we saying that the easiest and less complicated option is to just have local copies for every project. These days, disk space is pretty cheap (and projects arenât that big source wise)?
For me its not the disk space, but the download time to sync the full Pharo repo if I want to work on an issue. I often wonder how hard it would be to have a master copy of the Pharo repo and each Image does something like --reference or --shared,, but I'm not familiar with their operation and issues except what I read here... * https://randyfay.com/content/reference-cache-repositories-speed-clones-git-c... * https://stackoverflow.com/questions/23304374/what-are-the-differences-betwee... * http://lists-archives.com/git/494327-clarify-git-clone-local-shared-referenc... * http://blog.plataformatec.com.br/2013/05/how-to-properly-mirror-a-git-reposi... cheers -ben
Iâm sure for others it might be a bigger deal - but Iâm trying to understand what is the easiest option to avoid gotchaâs (that more advanced guys can better cope with)
Tim
On 4 Jun 2018, at 14:59, Esteban Lorenzano <estebanlm@gmail.com> wrote:
hi,
On 4 Jun 2018, at 12:57, Stephan Eggermont <stephan@stack.nl> wrote:
Evan Donahue <emdonahu@gmail.com> wrote:
I have "Share repositories between images" checked in both images,
Share repositories at the moment just provides a shared location on disk where the repositories are located. That is only useful if you are very disciplined about stashing and switching to the branch needed for your current image, and you only have one image open at a time.
not really. P7 will force you to be in the right branch or you will not be able to do⦠almost anything :) you can have two (or ten) images opened at once and work on them, but at a moment you will need to ârepairâ each image to commit.
Esteban
Stephan