I have created an svn repo on my web host server and successfully commit files to it and updated files from it but I can't seem to actually find the files on the server!
My svn repo is in ~/svn/my-first-repo/
which contains the following: ./ ../ README.txt conf/ db/ format hooks/ locks/
.
But where are the files I'm actually versioning?!
It's definitely worked because I was able to checkout the same remote repo into another local directory and all the files magically appeared! As if from nowhere...