Our team and want to create a site using Drupal. As I have seen, all changes will be saved in the database. So how can we control a version? Should we use the CVS which should take care of the database? If so, how can I create a DB CVS server? Thank you.
Yes, use git as far as the database goes, you can capture the schema changes in the code Be the best to use the updated hook. If you are using cck, you will not be able to do it with that reliably. This is actually a bomber.
Comments
Post a Comment