Is it possible to place Joomla under revision control?

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-06-18T15:12:18Z Indexed on 2010/06/18 15:23 UTC
Read the original article Hit count: 163

Filed under:

We are a team of many developers working on a website that uses both Joomla and custom PHP scripts. The problem is that there are multiple developers working on various features which need to update information in Joomla (adding modules, changing existing ones or changing settings) and when one developer changes something, he usually makes the change locally first and then does the same thing (hopefully) on the production server. Not only that this is very error-prone, but the developers often forget to tell other developers about the changes. The custom PHP scripts are easily shared between developers, but the changes in Joomla are often forgotten and they lead to serious conflicts when a developer tries to replicate his local changes in production.

I have thought about placing Joomla in a Mercurial repository, but how could we distribute the changes in the database between the development, the testing and the production machines?

© Stack Overflow or respective owner

Related posts about joomla