Just wondering how to transition from solo-Drupaller to team implementations. If anyone has worked in a team of multiple remote implementers, is this only possible via a common database? Or are there tools for automating database diffs/merges?

Thanks.

Comments

kulfi’s picture

What is the best way to bulk update content to an existing Drupal site? Approaches to any of these scenarios would be appreciated:

- merging the content of 2 or more Drupal 5.x sites
- add content to a live site in phases: Prepare additional content in dev-mode (while part of the site is live, and accumulating comments) and then bulk update the live site with the new content

Would the Drupal import/export module help here? MySql merge tools (if any)?