This will checkout a Drupal contrib module.
-d module_name is the name of the folder that it will be added to (put in path if necessary)
DRUPAL-5--X-X - This should be the version of the module. For example, if the latest stable version is 5.x-1.4, then change this to DRUPAL-5--1-4
contributions/modules/module_name - change module_name to the module name
This will update the code base to Drupal 6.10. Change to what ever version you want.
cvs update -dP -r DRUPAL-6-10
Command to checkout Drupal from the drupal.org cvs repository. This will checkout the latest tag in the Drupal-6 branch. It will add it to a local folder called drupal6.
cvs -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal checkout -d drupal6 -r DRUPAL-6 drupal
Does Drupal development make your head explode and drive you crazy?
Why not learn from someone who has paved the way instead?
Sign up to my upcoming learning series.
I am Blair Wadman and this is where I write about Drupal, PHP, CSS etc
© Blair Wadman
2005 - 2011