I've read a lot of articles about subverion and pushing the information to a web server and I'm still having difficulties.
I can understand the basics about creating the repository and checking out etc but need help for the web server.
I'm running apache and subverion is running on the development server I'm working on.
Now do I create my repository in the htdocs folder along with my live web documents or do I create it outside of my htdocs folder.
Once I have my repository I import the newly created repository into my live web folder, which is allowing my to call the files onto my local machine edit them and then commit them to the development server.
What I want to know if firstly is this the correct way and secondly how do I automatically move the files from the newly updated repository to the live web folder.
Please any advice I've been searching for a long time. Thanks
EDIT
Is there anyway you could help me with the post-commit scripts, I think if I can ge this to work I'd be able to achieve what I need.
I'd like to be able to make changes to my code locally then when I'm finished commit it, which is sent to the respoitory and then automatically sent to the htdocs folder.