Internet‎ > ‎

Version Control Systems

Subpage Listing


Important Points
  • Issue : File Sharing by multiple users
    • Lock-Modify-Unlock solution : Sub optimal
    • Copy-Modify-Merge solution
      • Better solution
      • Used by Subversion and I think even Mercurial
      • When two parallel changes overlap it is called a Conflict
      • Conflicts can be rectified by humans only
  • Branches
  • Transactions
    • Used for updating new revisions
Important Links

Subpages (2): Mercurial Subversion
Comments