I have a SVN repo on my server which contains a working version of our prototype. Currently we have the repo checked out, and are using our local dev environment (LAMP) to access the proto, make changes and then commit it.
What I want to know is how to maintain a live working version of the repo in the LAMP stack, so that when we make changes and commit, we want to see it reflected live on the site, so we can test out changes. This will ensure that each of us dont have to maintain a separate dev environment which might cause problems due to difference in versions...