I would like to deploy our php projects, but I don't know how to go with our typical project.
Our project is based on our CMS. We customize the CMS with extensions(plugins) and customized templates. The CMS core and CMS extensions are in SVN. Customization means, that we do some changes in templates without commiting to SVN. If the SVN version changed, we can update the project to up-to-date version, but usually some conflicts will rise...
Is there an easy way to have an up-to-date CMS/extensions versions in customized projects? Is deploying with Phing or Capistrano the right way?
Please, give me some tips, pages etc. with simillar issues. Thanks a lot.