Hello,
I need to create an SVN setup to allow 3+ people work on same development projects. I have installed virtualSVN Server on a local windows server machine to manage version control, and seems to be working fine.
But, what I further need is to be able to automatically upload latest/up-to-date files to a remote server.
So the setup is something like:
- 3+ Local users
- 1 local windows server (to manage version control)
- 1 remote windows server (for live projects)
Local users must be able to make changes to project files and commit them to the version control system, similarly users retrieve files to work on only from the version controlled system. When new/change files are put on the version control system they should be automatically uploaded to the remote (live) server.
I am not sure how to set this up. With current setup users need to upload files both on version control system and remote server, which is only a matter of time when things go bad.
I would like suggestions for applications that can support this. Preferably low cost. Or if this can be achieve using virtualSVN (
http://www.visualsvn.com/server/) which is already running on the server.
Thanks in advance.