just curious how people work with development sites and then incorporate changes into live sites. for me it comes down to two options.
slow rout 1:
export database from dev, import to live. upload all new files. access control panel and change all settings (url’s and paths). usually miss something
OR
slow rout 2:
open two browser windows and copy/paste from dev to live, creating new templates/groups/weblogs/field groups/entries etc… think i’ve done all this before
i’ve tried setting up a development environment as close to my host (enginehosting) as possible, but the differences are too numerous to make any difference.
i think an ideal solution would be to push changed files (templates & groups), and then be able to export/import data, but leave config settings.
so… how do you guys work?