Page 1 of 1

CMSMS Source control???

Posted: Fri Oct 01, 2010 11:11 am
by beherenow_uk
Hi,

Myself and my colleague keep overwriting each others code! This is because we're both admins (with different logins) logged in at the same time and sometimes working on the same files.

Is there any way in CMSMS of locking other people (admins) out of files/pages if they're being worked on by another?

thanks in advance.

Re: CMSMS Source control???

Posted: Fri Oct 01, 2010 2:15 pm
by NaN
Seems to be out of scope at the moment.

Re: CMSMS Source control???

Posted: Fri Oct 01, 2010 2:23 pm
by beherenow_uk
That's a shame,

I just tried the new Modx revolution 2.0 and it was in there by default. Made me wonder if it was in CMSMS... I hope it comes to CMSMS 2.0. Whenever that is. And that CMSMS works as nicely.

cheers.

ps - CMSMS is my number 1, not Modx  ;)

Re: CMSMS Source control???

Posted: Fri Oct 01, 2010 3:08 pm
by Jeff
If you are talking about coding in module files, then you should be using separate test environments and using a source control system like svn or git(github). And IMO this aspect should never be part of the CMS.

If you are referring to stylesheets/templates/etc it is something talk about but other things are higher on the todo list. It isn't in 2.0, and I don't know if it has been place in the roadmap yet or not.

Re: CMSMS Source control???

Posted: Fri Oct 01, 2010 4:37 pm
by RonnyK
Currently there is no Locking mechanism in the core.

There is an Archiver module though, that stores all version (submits) of different backend items. You can set the number of revisions to keep and the period.

Ronny