Question: How can I set my server up to access files in a repository?
Info: I have this small server project I've been working on now for about 8 months. I've gotten some things accomplished, notable for this question are that I have both Apache and SVN running. What I'm looking to do is set up Apache to access files inside of a repository. It would be a lot nicer to my web development via a repository than FTP. (I'm a college student, left my server at home. So all my management is done remotely.)
I had hoped that the most recent commit on server side would just be in a folder than I could access, such seems to not be the case. Is there something I must do make the last commit show up so that Apache can load those files? or do i have to actually check the code out to a different folder on the server and have Apache access those files?
Details:
Ubuntu Linux 9.04
Apache 2.2.11
SVN 1.5.4