Hey all, right now I am thinking about using a post-commit hook script to update my dev server when a developer checks in changes. I want to know how the test server could be updated from svn after some testing has been done and a tag of a release has been created? Would the best way to update the test server from a tag be to export the tag into the existing test server folder and over write the code in there, and hot have the test server be a checked out copy, or can you use a tag to update the test server if it is a checked out working copy?
any ideas about how to do this would be greatly appreciated. Dan