> On Thursday 10 May 2007, [EMAIL PROTECTED] wrote: > > commit the file to prod when I commit the dev file. This allows me > to > > save and test away on dev and once I have the working version, I can > then > > commit and send it to prod in one stroke. > > Same as us. > We're setup to allow anonymous checkout, but require login to commit. > This means we can checkout a branch/tag to the production servers, but > > discourages you from making changes there.
We have an ssh server running on the production server and scripts which a developer/pm must run to upload a site. This gives us an audit trail and also the ability for developers to work on the code and commit it at their leisure without worrying that all changes go straight to the live site. The dev server is not backed up so the policy for all developers is to commit into the repository as often as they are able - we save a ton of backup space in this manner. Cheers S ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277724 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

