extending Joomla 2.5 -- how to version configuration.php? - Joomla! Forum - community, help and support
i'm working extend joomla 2.5 project multiple developers , using svn version control. in project, codebase has configuration.php file checked webroot in our repository. problem each developer needs different local version of file, need 1 more version development server (dev.example.com) , still production site (www.example.com).
i have suggested remove configuration.php version control , instead check in configuration-dev.php , configuration-production.php have necessary credentials under version control , each add ignore rule configure.php , create our own local configuration.php needed.
has dealt situation before? can recommend approach dealing situation? seems common problem , expect there might standard approach it.
i have suggested remove configuration.php version control , instead check in configuration-dev.php , configuration-production.php have necessary credentials under version control , each add ignore rule configure.php , create our own local configuration.php needed.
has dealt situation before? can recommend approach dealing situation? seems common problem , expect there might standard approach it.
everyone should ignoring file in svn ignore. if check in shouldn't disaster. it's build process needs right config file depending upon environment building to. files should names appropriately in subversion (config-prod.ini, config-test.ini, etc) , build process rename configuation.ini builds deployment package.
Comments
Post a Comment