Logic Machine Forum
SCM integration - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: SCM integration (/showthread.php?tid=355)



SCM integration - antoandruhy - 25.07.2016

Hello everybody,

Could you tell me some experience with SCM - source code management on LM? As I understand, standard usecase for editing scripts is to do it via LM web interface. There is a save option and save and close option. When I am editing some code I fear of removing something important, that will be lost after pressing save and close. Therefore I was thinking of adding integration to some SCM eg. git with option to set remote repository as well eg. github.

My questions:
1. is my understaning of usecase forĀ development correct?
2. if it isĀ not correct, how it shoud be done?
3. if it is correct, is it planned to add some integration?


Thank you for response in advance
Anton


RE: SCM integration - admin - 25.07.2016

For now there's no built in version control. It's possible to create a script which does periodical backups but then you are mostly limited to HTTP/FTP/E-mail for sending backups remotely.


RE: SCM integration - gjniewenhuijse - 25.07.2016

I like to have version control to, like subversion or something else.