Posted by rojosnow on March 27, 2009 at 6:02pm
Jump to:
| Project: | Content Management Filter |
| Version: | 6.x-1.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I just checkout the current release:
cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib co -d cmf -r DRUPAL-6--1-6 contributions/modules/cmf
When I checked for updates in drupal, it said I was on 6.x-1.x-dev. I downloaded cmf-6.x-1.6.tar.gz and checked the cmf.info. The following is in the .gz but NOT in CVS.
; Information added by drupal.org packaging script on 2009-03-12
version = "6.x-1.6"
core = "6.x"
project = "cmf"
datestamp = "1236877513"
Fyi...
Comments
#1
Those lines are added by the packaging script, so they will not be there in a CVS checkout. You might want to look at the CVS Deploy module.
#2