I have a particular problem with configuration files and deployment. When I deploy my project, it ultimately moves on to two different sections: staging and production (using SVN here)
I am making a branch from my local working copy of the project. What this does is overwrite the intermediate and configuration copy of the configuration files, so I have to manually enter and make the correct changes every time I deploy.
Does it make sense to delete configuration files from SVN completely since it is installed in stone? Or is there any other way to do this?
source
share