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

Filed under:
|

I'm trying to setup an svn server.

I maintain couple of websites based on asp. There are three environments currently.

  1. Development: Any new modules/enhancements will be done in this environment
  2. Staging: Mirror of production
  3. Production: The public facing website.

Currently when there's an update to the website, this is what we do

  1. do the update in development
  2. copy file to staging
  3. 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

Related posts about svn

Related posts about tortoisesvn