Re: [Pharo-users] Working with an entire project in git

2018-08-18 Thread Norbert Hartl
It is pretty usable, yes. We have a project that loads 6 projects from a private repository and 21 projects from public repositories all with a single Metacello invocation. Norbert > Am 18.08.2018 um 11:38 schrieb Esteban Lorenzano : > > Hi, > > Iceberg project is pretty mature and is shippe

Re: [Pharo-users] Working with an entire project in git

2018-08-18 Thread Esteban Lorenzano
Hi, Iceberg project is pretty mature and is shipped with the upcoming Pharo 7.0 release. You can update it into Pharo 6.1 (since P61 comes with a “preview” version) but is a little bit harder: https://github.com/pharo-vcs/iceberg#for-pharo-61

[Pharo-users] Working with an entire project in git

2018-08-17 Thread sergio ruiz
Hey, all.. I was just checking in to see the progress of managing an entire project with git. The last I checked in, this was a work in progress. My current pet project consists of a handful of classes with maybe two handfuls of required packages. Is the entire metacello configuration being han