I've read a lot of articles about Subversion and pushing the information to a web server, but I'm still having difficulties.
I can understand the basics about creating the repository and checking out etc., but I need help for the web server part.
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 me to call the files onto my local machine edit them and then commit them to the development server.
I want to know firstly 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 get 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 committing it, which is sent to the respository and then automatically sent to the htdocs
folder.