Drush screencast tutorial 2: Using the drush dl and info commands
on
June 16, 2009
Drush screencast tutorial 2: Using the drush dl and info commands
Essay Writing (not verified) July 29, 2009
This screencast Tutorials are really useful which dives deep into the drush. I really thank for the author for posting quality info.
bigmack83 (not verified) June 25, 2009
is there any benefit to use cvs as the handler instead of the normal built in wget? the only thing i can think of is if it it cvs it might keep any changes i make to the files (assuming the newer version doesnt modify that text). other than that using the normal method you can still use the updatecode or update commands to update the modules. Also how does the cvs method handle if i have installed a patch to one of the files after updating the cvs modules
Michael Hofmockel (not verified) June 17, 2009
I found creating drushrc.php from example.drushrc.php and setting a few options helpful. Running updates as user 1 is sometimes essential.
// always run as user 1
$options['u'] = 1;// set package handler to CVS
$options['package-handler'] = 'cvs';













thankyou Owen