Alex Chapman wrote:
Dirk Botha wrote:
Greetings all,
I have just committed my first module, and have arrived at the point where I need to tag it. After 4 hours of searching and reading of forums, cvs man pages, etc. I have come to the conclusion that there is something I do not understand.
Simply stated, I have attempted every logical combinations of options for both "cvs tag" and "cvs rtag". My attempts have all failed with:
The instructions I used to do this are in /contributions/FAQ.txt.
Try this from the contributions directory:
cvs tag -b DRUPAL-4-7 modules/mymodule
*Alex Chapman* | /Software Engineer/
NOTE that "cvs tag -b' BRANCHES your module as well as tagging the branch. Be sure this is what you want to do. If I recall correctly, Drupal policy is to not allow additional "point" tags on contrib files, including modules. ..chrisxj