Working with version control on a Drupal/CMS project

后端 未结 3 720
情话喂你
情话喂你 2020-12-24 11:24

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 wan

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-24 12:13

    There is a lot of effort of shipping the next drupal version with configuration in code. That's is the key to have it in a version system.

    For now you can use the features module, with that you can export things like content types, views, etc. to code, and then compare, version and revert it as you need.

提交回复
热议问题