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:265185 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

