I'm trying to setup an svn server.
I maintain couple of websites based on asp. There are three environments currently.
- Development: Any new modules/enhancements will be done in this environment
- Staging: Mirror of production
- Production: The public facing website.
Currently when there's an update to the website, this is what we do
- do the update in development
- copy file to staging
- copy file to production
In production we take a backup of the old file by renaming it.
I would like to make it simpler by installing SVN and stop the file renaming thing. But im not sure how many repositories to have per website. should be it be three or two? I'm absolutely new to svn. Just installed it in a linux based server (ubuntu). Can you pls advice how to go about it?
Thanks
-Vivek