I installed VisualSVN on a server that I am using to "stage" web applications that I write - at the present time these applications are Classic ASP/VBScript. My development workstation that I write code on has TortoiseSVN installed, and I can connect to the repository folder I created - I'm using the following structure:
development (repository)
-- my_application
-- branches
-- tags
-- trunk
-- another_application
-- branches
-- tags
-- trunk
I also have IIS configured and pointing to another folder on the server's hard drive to store the served files. Is there a "best practice" for pushing commits out to the folder linked to IIS, so after a commit/iteration I can give my users a URL to see the demo site (as well as test it myself)? I am ashamed to say that I have never really used version control before, so I am a little bit clueless as to the best way to use it.