I'd like to download all of drupal modules of a specified version and test it rather than downloading them one by one

Is there a way to do this?

Comments

heine’s picture

You can do so with CVS.

cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -r DRUPAL-4-6 -d [target_directory] contributions/modules

Where the argument -r defines the version, eg DRUPAL-4-6 for 4.6, DRUPAL-4-7 for 4.7 modules. The new release system will introduce different tags.

--
The Manual | Troubleshooting FAQ | Tips for posting | How to report a security issue.