OT: Visual Source Safe DEV/PROD Setup

2005-02-04 Thread Kazmierczak, Kevin
I want to do the following for our cf stuff and not sure about the last step: Setup a project in VSS. Check files out to a test server, make changes there. Check files in. (Here is the part I don't know about) Make them automatically copy to the live server How do other people setup a

Re: OT: Visual Source Safe DEV/PROD Setup

2005-02-04 Thread Robert Munn
I strongly recommend against automatic deployment to your production environment on check-in. You should really have three environments: dev, test, and prod. Build code in dev and check that it all works. Then you can check in your code in dev. Deploy from dev to test and check that it works.