Working with version control on a Drupal/CMS project

Posted by Jens Ljungblad on Stack Overflow See other posts from Stack Overflow or by Jens Ljungblad
Published on 2010-05-23T22:34:52Z Indexed on 2010/05/23 22:40 UTC
Read the original article Hit count: 161

Filed under:
|
|
|

I was wondering how teams that develop sites using Drupal (or any other CMS) integrate version control, subversion, git or similar, into their workflow. You'd obviously want your custom code and theme files under version control but when you use a CMS such as Drupal a lot of the work consists of configuring modules and settings all of which is stored in the database.

So when you are a team of developers, how do you collaborate on a project like this? Dumping the database into a file and putting that file under version control might work I guess, but when the site is live the client is constantly adding content which makes syncing a bit problematic.

I'd love to know how others are doing this.

© Stack Overflow or respective owner

Related posts about drupal

Related posts about cms