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

yelvington’s picture

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.

vm’s picture

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.

ica’s picture

...and what is exactly the diffence beetween 'HEAD' 'dev' and 'beta' in context of Drupal development?

vm’s picture

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.

swimswimswim’s picture

Do not implement a HEAD version on a production server.

Whoops. :p

I'll remove it.

swimswimswim’s picture

Don't touch that.

Perfect. Thank you.

sepeck’s picture

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