Adding a new version of Drupal core to Agaric's Piston-enabled deployment system

By Benjamin Melançon
on 16 Jul
1 comment

Description

cd /RCS/agaric/drupal-core/
cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal co -r DRUPAL-6-3 -d drupal-6 drupal
sudo svn add drupal-6
sudo svn commit -m "Drupal 6"

drupal-6 and DRUPAL-6-3 need to be replaced with the major release and point release that you are dealing with (though with luck we'll have moved from CVS soon and this will all be moot).

Note, however, that only for the initial checkout use this. For upgrading to DRUPAL-6-4 when that security release comes out, CVS update to the specific version, and svn add remove files (we have a script for that) before committing to subversion.

Then Piston can be used to pull these updates into our Drupal deployments.

See http://agaricdesign.com/note/cvs-update-piston-update-and-svn-commit-dru... for all the steps.

 

Or with Piston abandoned

sudo cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal co -r DRUPAL-6-3 -d www drupal

in each project (we'll make a script for this)

Posted by Benjamin Melançon on Mon, 2008-08-04 08:37
Post new comment
The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote> <h1> <h2> <h3> <h4> <h5> <h6> <small> <pre> <strike> <sub> <sup> <kbd> <s>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.