My notes on Advanced-Software-Development
Introduction lecture to Advanced Software Development
Topics
Definition
Managing a codebase with lots of simultaneous contributors
| Distributed| Centralized| | — | — | | Mercurial (hg),git | CVS, Subversion| | Work in local repository, sync changes later | Repository exists on a client server, work on clients |