Collaborative Work
[Previous] [Main] [Next]

Collaborative Work


Version control systems (and there are several) attempt to address the classic multi-user problem of stepping on someone else's work.

Scenario -Two people work on copies of the same data or file. Each submits their copy as the new master copy. The first person's work is overwritten (stepped on) and is lost.