[Seaside-dev] Grease and Seaside github primary codebase?

Philippe Marschall philippe.marschall at gmail.com
Mon Jun 5 13:05:31 UTC 2017


On Sun, Jun 4, 2017 at 10:25 AM, Johan Brichau <johan at inceptive.be> wrote:
>
> On 28 May 2017, at 11:56, Philippe Marschall <philippe.marschall at gmail.com>
> wrote:
>
> I agree, the configurations are a pain. It would be cool if there was
> a short tutorial for noobs like me on how to check out and commit.
>
>
> Hey Philippe,
>
> It would be good to know what questions you still have after reading the
> links I posted in the first paragraphs here: [1]
> I can the complete [2] with more info following your questions.
>
> Would that work?
>
> I’m currently also trying to use Iceberg on Pharo 6. It’s still unstable but
> will solve many of the inconveniences we have working with git filetree.

You're currently working with Pharo 5, the Git merge driver and filetree?

What I'm missing somehow right now is a guide on how to get started. Eg

- Pharo 5, filetree and the merge driver. With links to the pages and doits.
- Clone the GitHub repo (I assume)
- Set up the Monticello repositories based on the GitHub checkouts.
This is probably a doit involving Metacello.

And then the commit, I assume something like this:
- git checkout -b
- save the Monticello repositories
- git add
- git commit
- git push
- open PR

Cheers
Philippe


More information about the seaside-dev mailing list