Production and Development environment using Phing and SVN Production and Development environment using Phing and SVN codeigniter codeigniter

Production and Development environment using Phing and SVN


Just use 2 separate branches for DEV and PROD (or trunk+branch) with different configs and different deploy targets for Phing (per "branches")

Merge tested changes from DEV to PROD after debug, tag merged (and working) revisions in PROD tree without additional branching

PS - using both Git and SVN seems as excess solution for me