advice on setting up SVN
Posted
by Vivek Chandraprakash
on Stack Overflow
See other posts from Stack Overflow
or by Vivek Chandraprakash
Published on 2010-06-11T16:17:35Z
Indexed on
2010/06/11
16:23 UTC
Read the original article
Hit count: 307
svn
|tortoisesvn
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
© Stack Overflow or respective owner