We're currently switching our model. Current old way of doing it is to develop locally with Apache and CF to a MySQL or Oracle DB. Then push changes to QA for review. Developers use SVN to maintain code repositories for version/history. Once QA is passed, changes FTPed to production. No release schedule, it's a do it as you get approval.
Our new way eliminates the local development environment. We have one web server for dev, and DW (our chosen IDE) is set up to maintain a local copy for editing and to put files via SFTP. So you FTP changes when you're ready to look at them in development, but can also check-in to SVN from your local copy. QA and production are the same, but I'd love to implement releases (administrative nightmare tracking what bits of code just got approved!). Not ideal, and if DW could get SVN integration, so much the better, but it works for us, and eliminates the overhead of maintaining several versions of CF on developers' machines. Cheers! Lincoln -----Original Message----- From: Everett, Al (NIH/NIGMS) [C] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 4:01 PM To: CF-Talk Subject: RE: Development Environment Setup I'd love to do that, but we're not allowed to have "servers" installed on our desktop machines for "security reasons". -----Original Message----- From: Oðuz_Demirkapý Sent: Wednesday, August 09, 2006 2:37 PM To: CF-Talk Subject: RE: Development Environment Setup Test Server <---> SVN <---> Production Server | | Developers Test Server: Testing current status of code and deciding production version of code. Production Server: Deploying tested code version from SVN reposity. Developers: Every developer have their local CF installation and they chekin/checkout code from main SVN reposities. This is what we have here. :) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249357 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

