Summary
Last modified: September 29, 2005 - 21:49
It should now be clear that using the CVS vendor tag to create a vendor branch in your own drupal module you can track changes to the drupal source code whilst also maintaining and developing your own customizations and new features for drupal. This example has been kept very simple for the purposes of explanation, but the basic process can be used to achieve many different things, some examples:
- Track a specific release of Drupal (e.g. 4.3, or 4.2), instead of the development (CVS HEAD) version.
- Maintain your customized sites with modules, themes, static pages, images etc all added to your CVS repository, whilst still tracking and importing updates to the drupal core.
- Branch your module to maintain several customized web sites off a single tracked branch of the drupal core.
Reading the following additional resources is highly recommended.
