11 Nov
2007
11 Nov
'07
11:01 a.m.
A package script would be great. May I flag something though: I'm finding a number of cases where I want/need to specify a version of a module. You can see a example definition file I'm using: http://cvs.drupal.org/viewvc.py/drupal/contributions/profiles/emspace/emspac... I'm interested in a group consensus on an ini file, be it by release name or CVS branches/tags. FWIW: the way I'm processing the file is: awk '$1=="m"{ print "echo \">> "$2" ("$3") >> "$4"\"" print "cvs -Q co -r "$3" -d "$2" contributions/modules/"$2 }' ../../../profiles/emspace/emspace_codebase.txt | csh .s