Hi,
I have been using Drupal for last 2-3 months for some small site development. It was good initially when i was creating sites from scratch, but now every time there is a change request, I need to perform many steps on my local site and then on the live site.
I have created a few module utilizing the FAPI and Menu system. These modules save their records in database and they don't inherit from Nodes. I have also used some contributed modules which help in theming and some which provide new content types.
I found that the Features http://drupal.org/project/features module will keep track of changes done in CCK nodes and configurations only.
Is there any tool or module that can record all the changes in Database and in File system, so that I can bundle them all and put in my live site and if something goes wrong I can revert it to the previous version.
Regards, Satish Maurya