[prev] [index] [next]

History of Unix/Linux VCSs

Early 1980's ... SCCS (source code control system)
  • introduced idea of multiple versions via delta's
  • also introduced lock-modify-unlock cycle

Late 1980's ... RCS (revision control system)

  • similar functionality to SCCS
    (essentially a clean open-source re-write of SCCS)