On 21 Sep 2017, at 20:08, stephan <stephan@stack.nl> wrote:
On 21-09-17 18:54, Esteban Lorenzano wrote:
I do not understand what is the problem. You have different approaches: 1) you work always on same branch (even if you âjumpâ from branchs): like today I work on âissue-1â and tomorrow on âissue-2â. You just switch branchs on your iceberg tool and thatâs all. 2) you work on different branchs at same time and you do not want to switch branches all the time. Then you just have two clones and points to this different clones. in general, Iâm working on different branches all the time (pharo branches, so big projects) and I prefer to use pattern (1), but you can also use pattern (2)⦠as I said⦠I do not understand what is the problem :)
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. Esteban
Stephan