Submitted by Sean Wingert on Tue, 05/10/2011 - 17:18
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:
Submitted by Sean Wingert on Mon, 05/03/2010 - 11:01
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