I have found this question but it was never resolved and don't want to hijack it for myself. I'll try and give as many details as possible.
I have a shared hosting account on a linux server which is my web server and I have shell access.
I'm working from a windows machine using tortoise svn.
I have several web sites in my public_html/ on the hosting server and would like to be able to have any changes made on my windows machine be propagated to the server with minimum fuss. I basically want to get away from manually uploading over ftp.
I would be happy to keep all my revisions but don't actually ever need to see them really, certainly not from a web interface. All I want to see from the web is the current revision.
Hopefully that's most of the detail sorted, now for the actual question. What's the best way to set my svn to work in my public_html
folder without exposing all my .svn
directories to the public?