cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -r DRUPAL-5--1-4 -d adminrole contributions/modules/adminrole

results in this error from update status:

Admin Role 5.x-1.1
Recommended version: 5.x-1.4 (2007-Jun-22) Download · Release notes
Includes: Admin Role

CommentFileSizeAuthor
#1 adminrole_info.patch483 bytesmlncn

Comments

mlncn’s picture

Title: CVS Drupal-5--1-4 tag retrieves version 5.x-1.1 version. » Version 5.x-1.1 identifier incorrectly left in version 5.x-1.4 adminrole.info file
StatusFileSize
new483 bytes

The cause of this error is that the previous automatically-added version information in the .info file must have gotten committed to the project at some point. As a result, this first listing of 5.x-1.1 overrides the automatically-added correct version. This is what the .info file looks like when downloaded through the packaging system --

name = Admin Role
description = Create a role to be 'admin' and automatically assign all perms to that role.
version = "DRUPAL-5"
package = User Access
; Information added by drupal.org packaging script on 2007-05-04
version = "5.x-1.1"
project = "adminrole"

; Information added by drupal.org packaging script on 2007-06-23
version = "5.x-1.4"
project = "adminrole"
datestamp = "1182579303"

The first listing is not automatic and (like the second listing) should NOT be part of the file committed to CVS.

The attached patch should fix this.

benjamin, Agaric Design Collective

mlncn’s picture

Status: Active » Needs review

Which means that the patch needs review...

JacobSingh’s picture

Status: Needs review » Patch (to be ported)

Put this in DRUPAL-5

JacobSingh’s picture

Status: Patch (to be ported) » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.