Hi there, I just got a CVS account and so was reading the FAQ.txt (http://cvs.drupal.org/viewcvs/drupal/contributions/FAQ.txt?view=markup). Re: branching it supplies these directions and it looks like the module example should be using "cvs update -r DRUPAL-5" instead of "cvs update -r DRUPAL-4-7".

Modules:
cvs tag -b DRUPAL-5 modules/mymodule
cd modules/mymodule
cvs update -r DRUPAL-4-7

Themes:
cvs tag -b DRUPAL-5 themes/mytheme
cd themes/mytheme
cvs update -r DRUPAL-5

Comments

webchick’s picture

Status: Active » Fixed

Good catch! Fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)
anschinsan’s picture

Project: Documentation » Drupal core
Version: » 5.x-dev
Component: Documentation in CVS » documentation