Closed (fixed)
Project:
CVS integration
Version:
4.7.x-1.x-dev
Component:
Project releases
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Nov 2006 at 22:59 UTC
Updated:
20 Nov 2006 at 23:46 UTC
as described in http://drupal.org/node/90436#comment-169221 (point #3), we're not properly handling CVS tags that define extra identifiers, e.g. "DRUPAL-5--1-0-BETA-1". the solution is easy: in cvs_get_version_from_tag(), when we're using explode() on the part of the tag name after the '--', we just want an argument so that we explode into at most 3 things: (major, patch, extra). then, if extra contains an '-' chars, they're all still included in extra (and our handy _cvs_get_extra() method will properly format it for us). we already do this trick for core, we just need to do it for contrib, too.
| Comment | File | Size | Author |
|---|---|---|---|
| cvs_local_tags_with_extra.patch.txt | 858 bytes | dww |
Comments
Comment #1
dwwnatrak agreed this is RTBC, so i committed to DRUPAL-4-7--2 branch as revision 1.1.2.11.
Comment #2
dwwComment #3
(not verified) commented