What are the merits of using the various VCS (Version Control Systems) that exist to track Drupal pr
Posted
by ZoFreX
on Stack Overflow
See other posts from Stack Overflow
or by ZoFreX
Published on 2010-02-09T12:08:44Z
Indexed on
2010/03/29
4:43 UTC
Read the original article
Hit count: 148
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?
© Stack Overflow or respective owner