What are the merits of using the various VCS (Version Control Systems) that exist to track Drupal pr
- by ZoFreX
I'm trying to find the best version control strategy for my workflow with Drupal. I have multiple sites per install and I'm pretty sure I'll have a separate repository for each website. As far as I know, the VCSs worth considering are:
SVN
Bazaar (bzr)
Git
Mercurial (hg)
I know how these compare to each other in general, but want to learn their merits/demerits for Drupal. If you're using (or have used) any of these for Drupal:
What is your setup?
What about the VCS you chose works well for managing Drupal projects?
What doesn't?