I would like to know if there is any way to make it so that when I commit changes using Subversion, that the changes are automatically reflected on my server in the testing folder? Perhaps this idea is irrational. I’m struggling to get a good big-picture view here. If I kept the subversion repository on the server, would that be reasonable?
Share
A post-commit hook should help you: I’m managing a website in my repository. How can I make the live site automatically update after every commit?