Indeed, there should only be some occasions when an update each day may be required such as when a new feature is just added and everyone needs it for their work.
The use of SVN etc is way more advanced than the old VSS system which is effectively just a store of files to get back when you have a disaster to overcome. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Steve Brownlee To: CF-Talk Sent: Thu Dec 28 06:23:16 2006 Subject: RE: Simple source control There's a very good reason for it. Your developers may not want the latest code - they may be working on entirely different branches of the code, or they may be writing test code locally that don't want to be overwritten. Basically, the designers of these source control systems wrote them for the LCD. Each individual user has control over which version of the code that they have on their machine. There are a myriad of reason why this would be so. For your needs, this may not make sense, but for projects that have dozens of developers, automatically downloading the latest code to their machines every time they start up their editor is a disastrously bad idea. Let's say Developer A checks in code that has bugs in it. Happens every day. Now, Developer B who's happily working away on a stable copy of the code comes into work the next day, fires up Eclipse, does some work and starts testing the application and things start breaking all over the place. He has no idea that Developer A checked in code, what that code does, or why it's now breaking his code. It'd be a nightmare. Steve Brownlee http://www.fusioncube.net/ > -----Original Message----- > From: Claude Schneegans [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 27, 2006 4:45 PM > To: CF-Talk > Subject: Re: Simple source control > > The only thing is I wonder why this is not automatic when the > user logs in. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265189 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

