|
General Collaboration Schemes
| [Previous] [Main] [Next] |
General Collaboration Schemes
| · | One person locks the master copy, makes revisions, updates and then unlocks the master copy ("Cathedral" approach).
|
| · | Reject second person's update since they didn't start from the current "master copy" (Not used in any Version Control System I know of).
|
| · | All changes are merged into the master copy ("Bazaar" Approach).
|
| Note: see the Appendix for more on the Cathedral and the Bazaar.
|