On the main page of the module it is written "Drupal 5.0 version available for testing", but it is not in the list of versions. Where can I download Drupal 5.0?

Comments

michelle’s picture

Since you're posting this to the buddylist issue queue, I'm assuming you mean where is the 5.x version of buddylist? It explains right on the main module page that 5.x packages aren't available, yet, and you need to use cvs.

Michelle

yngens’s picture

Thank Michelle, but cvs version does not work. Extracting cvs package gives only the following files:

buddylist/
buddylist/LICENSE.txt
buddylist/README.txt
buddylist/po/
buddylist/po/buddylist.pot
buddylist/po/es.po
buddylist/po/fr.po
buddylist/po/zh-hans.po
buddylist/po/he.po

there is no module file at all.

robertdouglass’s picture

You're not after the CVS version, but the version tagged -r DRUPAL-5.

yngens’s picture

quiet confusing for newbies. so where exactly should i look for?

robertdouglass’s picture

cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib co -d buddylist5 -r \
DRUPAL-5 contributions/modules/buddylist

The backslash can be omitted if you put the entire command on one line. This won't be an issue once the Drupal.org infrastructure starts packaging 5.0 modules.

robertdouglass’s picture

Status: Active » Fixed
michelle’s picture

"quiet confusing for newbies."

It's confusing for oldbies, too. ;) As Robert said, this will all be much easier once the new release system is done and we have proper 5.x stuff.

Michelle

Anonymous’s picture

Status: Fixed » Closed (fixed)