Sean Wingert's blog

Useful CVS commands

Some useful CVS commands:

Drupal, check out a contrib module: cvs -d :pserver:anonymous:anonymous@cvs.drupal.org/cvs/drupal-contrib co -d views -R HEAD contributions/modules/views

Drupal, check out latest HEAD: cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal checkout -d mywebsites/drupal_head/ drupal

Once you have a copy of the Drupal HEAD, keeping up-to-date is simple! Use the cd command to navigate your way into your HEAD directory, and then use:

Drupal 7 on Debian Lenny - PDO Troubleshooting

I just spent a very frustrating 2 days trying to install Drupal 7 after upgrading Debian Etch to Lenny. The issue is due, in part, to the new database abstraction approach, which uses PDO. My solution to the problem is below, as I explain here:

http://drupal.org/node/784062#comment-2932820

Pages

Subscribe to RSS - Sean Wingert's blog