Moodle documentation: Looking for help about version control!

Re: Moodle documentation: Looking for help about version control!

de Tim Hunt -
Número de respuestas: 0
Imagen de Core developers Imagen de Documentation writers Imagen de Particularly helpful Moodlers Imagen de Peer reviewers Imagen de Plugin developers
Version control of courses is a big lack in moodle.

You could implement a crude versioning system by automatically and regularly saving backups of each course.

There is no sort of locking, but I personally hate that. I much prefer the CVS model where anyone can edit anything, and it warns you if a conflict ever occurs.

Instead of version control, what you have got is quite detailed logging, and that will tell you roughly what has been changed, it just won't let you get back to a previous state.