Creating a patch-testbed with DAST step-by-step
Posted by allisterbeharry on July 14, 2007 at 8:34am
The dast-patch build script automates the process of creating and patching a fresh Drupal site fetched from CVS. This is a step-by-step guide on using the build script to:
0. Clean the existing directory and database location you want to run the test site from;
1. Fetch core HEAD from CVS;
2. Drop and recreate a MySQL database and user for the site;
3. Fetch a patch file from a URL and apply it to the Drupal site code-tree