Project:Nofollow List
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:greggles
Status:closed (fixed)

Issue Summary

nofollowlist 5.x-1.x-dev is tied to the wrong CVS branch HEAD, and hence, contains a hook_menu() implementation for D6.
See http://drupal.org/node/113574

Nightly development snapshot from CVS branch: HEAD

Comments

#1

Indeed. There were some changes that Ryan made on HEAD which should have been on the DRUPAL-5 branch. So...I guess those need to be applied to the DRUPAL-5 branch and then the release node needs to be changed to that.

#2

Assigned to:Anonymous» greggles
Status:active» fixed

I believe this is now fixed. Of course it may take a few hours for the tarballs to be rebuilt. Thanks for reminding me.

#3

Wow! How did you fix that so fast? I've the same bug in admin_menu, which is still languishing in the infra queue... #268050: Unable to create dev snapshot from HEAD for D7

#4

heh - no problem ;)

1) create two folders, one that is a checkout of HEAD, one that is a checkout of DRUPAL-5
2) In the HEAD folder, do a checkout to a specific data where the proper versions of code are: cvs up -D 2008-01-01
3) Manually copy the individual files from the HEAD folder to the DRUPAL-5 folder
4) make the commit as normal...
5) Edit the release node pointed to HEAD and change it to the right branch <- I believe this step can only be done if you have sufficient privileges on drupal.org, if you don't have these permissions then you'd have to file a webmaster's issue to make this change.

That's "it" :)

I tried to fix your admin menu issue.

#5

Status:fixed» closed (fixed)

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