Here are some step-by-step instructions on how I upgrade modules from d6 to d7:
drush dl coder
drush dl grammar_parser
drush en coder_upgrade
put the latest 6.x version of the module into sites/mediatribe.net/files/coder_upgrade/old
go to admin/config/development/coder/upgrade
click the checkbox next to the name of the module you are upgrading to d7
click convert files
make sure there are no error messages
click on the module name
now you are looking at the patch
get the latest 6.x CVS version of the module into sites/all/modules
manually copy all the files from sites/mediatribe.net/files/coder_upgrade/new/the_module/ to sites/all/modules/the_module/
enable your module
test it to make sure it works, and make any necesssary changes
cd into your module directory
cvs diff -up > patch.patch
move patch.patch out of the module directory
move the module directory to a safe place
download a new copy of the latest version of the module
apply your patch to make sure it works
Post new comment