Closed (fixed)
Project:
Drupal core
Version:
5.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2007 at 20:32 UTC
Updated:
31 Aug 2008 at 07:52 UTC
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
Comment #1
webchickGood catch! Fixed.
Comment #2
(not verified) commentedComment #3
anschinsan commented