I have basically three environments that I use to work on my main site. I have my local on my computer, as well as development and live on my web server. I developed the site using Wordpress in a local environment and I want everything to be updated via svn.
What would be the best way to do this since I need three WP installations in each environment? Since all the files will be exactly the same from the repository in all three environments, how do I handle various WP settings and configurations? Is there a way to copy the WP database from local to the other two and make small changes to fix URLs and other differences due to different domains?
Sorry if this is unclear, I will clarify as soon as I get the answers.
source share