I have basically three environments that I use to work on my main site. I have my local one on my computer and the development and live ones on my web server. I developed the site using Wordpress on the local environment and want to keep everything up to date via svn.
What would be the best way to do this since I need three installs of WP on each environment? Since all the files are going to be the exact same from the repository on all three environments, how do I handle the different WP settings and configurations? Is there a way to copy the WP database from the local to the other two and make some small changes to fix URLs and other differences due to the different domains?
Sorry if this is unclear, I will clarify once I get some responses.