|
From: | Aditya Gandhi |
Subject: | RE: Pros/Cons - Concurrent Editing |
Date: | Fri, 13 Feb 2004 17:55:18 +0530 |
The way I look at it this depends on the
kind of files you are dealing with.. If they are text files which most of your
code should be then concurrent editing is what you really want.. Because as the projects
grow in number of people and geographies etc. you want to be able to work on
the same stuff at the same time and then merge and checkin. However, if we were to try and use the
same concept for binary files for which merging does not necessarily work (the
documents on your project) then one would prefer to be able to lock and then
work on those documents. - -----Original Message-----
|
[Prev in Thread] | Current Thread | [Next in Thread] |