Page 1 of 1

Working in Teams

Posted: Tue Aug 21, 2018 10:48 am
by ace16vitamine
Dear all,

we are working in a small Team. How do you develop software with LiveCode in Team? I learned that GIT is not working proper for version controlling. Are there any other suggestions? Or do you share Stacks etc?

Thanks
Stef

Re: Working in Teams

Posted: Tue Aug 21, 2018 11:19 am
by AndyP
Trevor Devore developed a framework for LiveCode for teams and git.. its great.

see below for links.

https://github.com/trevordevore/levure

https://www.youtube.com/watch?v=e1p_FTRi1-Q

https://www.youtube.com/watch?reload=9&v=MFm5LWDKZ_g

Re: Working in Teams

Posted: Tue Aug 21, 2018 11:20 pm
by bwmilby
I think it will depend on the size of the team and the size of the project. If you have multiple pieces of GUI that you can separate out into multiple stacks so that you can split out work on those pieces, then Levure would fit that model. If you have one person that will be the traffic cop for the GUI piece and just need to share the load on the script side, then something like Script Tracker could work. Each of these 2 approaches work with GIT as the version control mechanism to allow multiple people to work on code outside of the IDE. Levure provide much more than just enabling team work though, so definitely check it out.