Suddenly having quite a bit of trouble with the mercury make file attempting to branch pressflow from launchpad... works in command line and using get and full url in makefile. been at the problem for awhile...
I did this yesterday and tried again today...
Please see the last two items in this thread...
(oh and I'm using rackspace cloud servers as usual, which are usually flawless with your instructions... everything else goes smoothly!)
Thanks!
I tried to install mercury 1.1 today and I got stuck when trying to download pressflow with this error:
root@pantheon.obj-a:~# drush make --working-copy /etc/mercury/mercury.make /var/www/
Project information for apachesolr retrieved. [ok]
Project information for memcache retrieved. [ok]
Project information for varnish retrieved. [ok]
Unable to branch pressflow from lp:pressflow. [error]
Please set the CVSROOT variable in your shell environment when using the --working-copy option. [ok]
mercury checkout from contributions/profiles/mercury/. [ok]
apachesolr downloaded from http://ftp.drupal.org/files/projects/apachesolr-6.x-1.2.tar.gz. [ok]
memcache downloaded from http://ftp.drupal.org/files/projects/memcache-6.x-1.8.tar.gz. [ok]
varnish downloaded from http://ftp.drupal.org/files/projects/varnish-6.x-1.x-dev.tar.gz. [ok]
SolrPhpClient downloaded from http://solr-php-client.googlecode.com/files/SolrPhpClient.r22.2009-11-09.... [ok]
An error occurred at function : drush_drush_make_make
I've been trying lots of different combinations in the make file to get around this...!!! I can get bzr to pull pressflow stright on the command line, just something is suddenly wrong with the config on the mercury makefile:
; Pressflow
projects[pressflow][type] = "core"
projects[pressflow][download][type] = bzr
projects[pressflow][download][url] = lp:pressflow
I also used get method, but later it angers Hudson build process which fails cause it knows darn well it isn't a branch. This silly little thing has gone on for hours... Help...
...please.
=)