Question
· Oct 17, 2018

Using Atelier with GitHub in a multi-developer environment

Hi Everyone!

I have a question about how teams are using Atelier, in my experience, using a single-server/multi-developer environment is becoming problematic for us, especially when using GitHub to source control our code, let me explain...

If one developer is working on some code and is syncronising with the server and then another makes changes on that files, a merge process occurs for both developers as they both receive each others code. Also, when one subsequently commits to GitHub, they will have their work and the potentially partial work of their colleague added to the commit; which would make cherry picking/rolling back very difficult and also the traceability/context is lost. Similarly, if branches are used (although we don't use them much for this project currently) it would be syncing different branches constantly too...

My thoughts are that creating a local instance would be the best way - but i understand this would incur additional development licences.

Does anyone else out there have any insight? 

Appreciate any responses.

Discussion (5)3
Log in or sign up to continue

Daniel,

You are absolutely correct that using Client-Side source control hooks (ie the Eclipse Git hooks with Atelier) in a Shared development instance is a recipe for disaster and frustration.  You options are moving to Private development environments (each developer gets their own Namespace, or instance, or VM or container), or move to Server-side source control hooks.

I did an in depth session on this at Global Summit 2017 which should be of interest to you.  You can watch the recording and get the slides here:

https://learning.intersystems.com/course/view.php?id=713

HTH,

Ben

Daniel, if your team benefits from working in a shared namespace but you'd still like source control, please consider using Deltanji from George James Software. This is a powerful and mature tool which runs natively within Caché / Ensemble / IRIS environments and integrates with Atelier, Studio and Portal editors.  It is extensively used around the world, including at NHS sites.