First, I would like to clarify a quick question I have, am I right in thinking that files in svn repo don't actually exist in the heirarchical structure you see when you check them out?
I have tried to use svn export ~/svn/project1 ~/public_html/project1
but it didn't work.
What I actually want is to have the export command automatically executed when I do a commit so that I can see my changes immediately in a web browser.