On 12/27/06 3:59 PM, Claude Schneegans wrote: > So programmer B has to read and check all what programer A has done, and > integrate either his own code into A's file, or A's code ito his own?
You mean that your development team will have to work together to ensure that there aren't any incompatibilities? Say it ain't so! We'd also best not tell you about distributed revision management tools, like svk, I think you'd keel over :^) Yes, this is what you can do. You can also optionally lock files to a specific user with SVN (and the older less capable CVS, and probably everything else out there), but it works best when a) you have some project management tools in place to coordinate what people are working on, b) good communication between the developers, c) separate development installations of your code per developer. I worked at one place a few years ago that considered file locking a good thing but only because some of the development staff weren't technically capable enough to handle the issues (and ultimately the system was so bad that it took down the company). > I don't need to recover previous versions (although that might be an > option), I just need to manage users so that only one at a time can > modify a file. Version control with a system like SVN is a best practice for a reason - its one of the best things your development team can do. Couple it with MantisBT or Trac and you've got yourself a heck of a powerful combination. -- Damien McKenna - Web Developer [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include <stdjoke.h> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:265152 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

