Claude Schneegans wrote: >> Yes. But why would would you want to automatically download code from >> there? > > To make sure that a programmer will get the last version before he > starts working on a file. > At least, this should be checked by the system when a user request a > lock on a file.
Personally I think consistency is much more important then recency. I wouldn't want to start working on version 4 of file X, then check out file Y a few hours later only to discover that somebody updated the repository and I get version 6 of file Y that conflicts with version 4 of file X. I would want to continue working on version 4 of file Y until my part works, update my working copy with the changes from the repository for both file X and file Y, check the functionality and then push them both to the repository. If I do that, at every point in time both the repository and my working copy are consistent. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:265221 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

