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

robertdouglass’s picture

Version: 6.x-2.x-dev » 6.x-2.0-beta2
Component: Code » Documentation

projects[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.

robertdouglass’s picture

Status: Active » Fixed

I 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"

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.