Closed (fixed)
Project:
Drush Make
Version:
6.x-2.0-beta2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2009 at 13:12 UTC
Updated:
5 Dec 2009 at 14:00 UTC
I find the syntax for specifying a project version to be confusing and often don't have the success that I'm hoping for.
Is there a way to express this?
projects[apachesolr] = DRUPAL-6--2
Comments
Comment #1
robertdouglass commentedprojects[apachesolr][download][type] = "cvs"
projects[apachesolr][download][revision] = "DRUPAL-6--2"
projects[apachesolr][download][root] = "pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib"
projects[apachesolr][download][module] = "contributions/modules/apachesolr"
Also doesn't work.
Comment #2
robertdouglass commentedI found the answer here: http://drupal.org/node/637354
projects[apachesolr][download][type] = "cvs"
projects[apachesolr][download][module] = "contributions/modules/apachesolr"
projects[apachesolr][download][revision] = "DRUPAL-6--2"