Closed (fixed)
Project:
Drush
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2008 at 17:20 UTC
Updated:
28 Apr 2009 at 17:40 UTC
Currently, if both modules are enabled, drush chooses 'cvs' to install a module. I don't see a benefit to this and, one drawback, is that CVS does not populate the .info files with versioning information so the module administration page does not show the module versions for drush installed modules.
I think it makes sense to have 'wget' or 'curl' take precedence over 'cvs'.
Comments
Comment #1
moshe weitzman commentedanyone else have an opinion ... fyi, you can enable the cvs_deploy mdule to fix that compatibility with versions for modules.
Comment #2
eMPee584 commentedwhat i think is needed phrased in a more general way: a setting to tell drush which version preference order to obey, ie.
cvs-head
wget-dev
wget-stable
cvs-stable
f.e. would be my preference :)
Comment #3
moshe weitzman commenteduse --package-handler opton to get explicit.