Re: Automating, Building, Testing and Deploying to Production Server

2005-10-03 Thread Benji York
yoda wrote: I realize I'm losing so much time I could spend more productively. I'd therefore like to know the different approaches you guys employ to deploy builds from your staging servers (or laptops:) to the production server in an automated repeatable safe manner. How do you automate the

Automating, Building, Testing and Deploying to Production Server

2005-10-02 Thread yoda
Hi Guys, I've been used to deploying code to the production server by checking out of subversion and manually sorting out any kinks. (yes, I know, it sounds primitive) I realize I'm losing so much time I could spend more productively. I'd therefore like to know the different approaches you guys

Re: Automating, Building, Testing and Deploying to Production Server

2005-10-02 Thread Mike Meyer
yoda [EMAIL PROTECTED] writes: Hi Guys, I've been used to deploying code to the production server by checking out of subversion and manually sorting out any kinks. (yes, I know, it sounds primitive) Actually, it sounds like your test/development environment is primitive. There shouldn't be

Re: Automating, Building, Testing and Deploying to Production Server

2005-10-02 Thread Paul Rubin
yoda [EMAIL PROTECTED] writes: I realize I'm losing so much time I could spend more productively. I'd therefore like to know the different approaches you guys employ to deploy builds from your staging servers (or laptops:) to the production server in an automated repeatable safe manner. This