Making new versions (branching)
Last modified: March 6, 2008 - 07:49
Module code needs to work with specific versions of Drupal. When a new version of Drupal comes out, you need to update your code specifically for that version. To do this and not mess up your existing code you will be splitting the code base for the new version, which in version control is called branching.
For a detailed discussion of versions and branching, read the Managing Releases section.
Making a new branch

- Go to your new copy of the module directory.
- Right click and select CVS > Branch.
- Enter the proper branch name for the new version.
DRUPAL-7--1
DRUPAL-6--1
DRUPAL-5