Code Sharing
Multiple people can work on the same
source base without colliding
(1) Locks individual files so only one
person at a time can modify it *OR*
(2) Allows multiple people to modify a
source file and the system will
automatically merge the changes (usually)