What you need to do is have a WORKING copy inside of your HTML's document directory, and not just the source repository.
If you use "svn export", there's not much to it. You simply delete the old copy and do "svn export <repository location> to the spot you want the files. If you want a full working client directory where you can do "svn up" to update the files, you need to set Apache up to ignore the .svn files. Otherwise, someone will find them. Someone already pointed you to the FAQ which should answer most of your questions. It isn't all that difficult. The basic Apache setup is much more difficult that getting Subversion to work. You simply treat the working directory as if it was your DOCROOT. That's all there really is to it. -- David Weintraub qazw...@gmail.com