Hello.
I am using this module and am having issues with it showing as updated after a CVS update. It is entirely possilbe I am doing something wrong (sorry).
I am using the following CVS command:
cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -d htmlmail -r DRUPAL-6--1-3 contributions/modules/htmlmail/
I have also run Update.php (dont know if I needed to) and it does not find it as being updated.
The output of the CVS command is as follows:
cvs checkout: Updating htmlmail
cvs checkout: Updating htmlmail/emogrifier
cvs checkout: Updating htmlmail/htmlmail_templates
cvs checkout: Updating htmlmail/htmlmail_templates/htmlmail_images
cvs checkout: Updating htmlmail/htmlmail_templates/template1
cvs checkout: Updating htmlmail/htmlmail_templates/template1/htmlmail_images
cvs checkout: Updating htmlmail/htmlmail_templates/template2
cvs checkout: Updating htmlmail/htmlmail_templates/template2/htmlmail_images
My available updates page does not flinch and still reports the following:
HTML Mail 6.x-1.2
Recommended version: 6.x-1.3 (2010-Feb-26)
* Download
* Release notes
Includes: HTML Mail
Any suggestions?
Thanks
J
Comments
Comment #1
Christopher Herberte commentedInterestingly I've never tried to download release versions from cvs, so to satisfy my curiosity I tried checkout of other modules.
The version information is added by drupal.org packaging script, not cvs. You have the right code but update module does not think so.
My suggestion is to download the packaged version unless you want dev.
Comment #2
Christopher Herberte commented