I am working with a dev database for add a new section in a web site.
I finish all changes, and now, i have to send some people all these changes (contents, content types, blocks, views, templates, files, images etc).
I kwnow i can export blocks, views and content types, but how can i send these contents?
Which is the best way to merge/send the changes made in development to the final database?
Thanks!
The features module is your best bet: http://drupal.org/project/features
I have been using it for this purpose with great results.