By swimswimswim on
Looking for Drupal 5 modules, I often see a module listed available as a "HEAD."
What is this? Is it installable as a module, an indication of "under development," a "hold on to yer britches, darn it. It's on the way?"
Comments
Don't touch that
General rule: Don't touch that.
Drupal code is developed in "branches." The HEAD branch is the raw, bleeding-edge branch. Download a version that matches your Drupal installation -- 4.7.x or 5.0.
HEAD versions are versions
HEAD versions are versions released for testing purposes against Drupal 5.0 in most cases. issues should be reported to the specific project.
Do not implement a HEAD version on a production server. HEAD versions may be in an unstable state as this is where the developers most recent work is being done.
...and the diffence beetween 'HEAD' 'dev' and 'beta'
...and what is exactly the diffence beetween 'HEAD' 'dev' and 'beta' in context of Drupal development?
HEAD is where the developers
HEAD is where the developers work and access the files directly.
dev - is a development snapshot of the HEAD version for testing.
beta - is a beta release. (new tag as of november) and can be seen as a testing release.
Do not implement a HEAD
Whoops. :p
I'll remove it.
OK
Perfect. Thank you.
...
http://drupal.org/handbook/version-info
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide