Slide 5
Slide 5 text
VERSION CONTROL SYSTEM
▰ Local Version Control System (RCS) - Copying of files from folder to
folder
▰ Centralized Version Control System (CVS, Subversion, Perforce) –
Borne out of the need for collaboration among developers and
controlled by a single server.
▰ Distributed Version Control System (Git, Mercurial, Bazaar/Darcs) –
Users have copies of same file and serve as backup.