Managing Acquia Drupal with dget and svn

#Create a paths file:
mkdir -p /etc/opt/drupal; vi /etc/opt/drupal/a6paths
drupaldir=/opt/drupal/acquia6
moduledir=/opt/drupal/modules6aq
themedir=/opt/drupal/themes6
scriptdir=/opt/drupal/scripts6
archivedir=/opt/drupal/archive6

#first install of Acquia Drupal as: http://acquia.com/documentation/getting-started/fresh-install/svn
source /etc/opt/drupal/a6paths
mkdir -p $drupaldir
svn checkout https://svn.acquia.com/drupal/branches/1.x-6.x $drupaldir

#create website:
dget create /home/user/webbase dbasename a6paths

#update Acquia Drupal with:
source /etc/opt/drupal/a6paths; svn update $drupaldir