Much of this chapter was based on the excellent book, Version Control with Subversion by Ben Collins-Sussman, Brian W. Fitzpatrick and C. Michael Pilato.
There are important differences between a client-server SCM, such as Subversion or CVS, and a distributed SCM, such as Mercurial or Git. In the client-server model, developers use a shared single repository; in the distributed model, each developer works directly with their own local repository, and changes are shared between repositories as a separate step.
Subversion is a great SCM to learn for those who want to transition beetween client-server and distributed SCMs. Here is a guide to more information about Version Control and explanations of the those two models:
Version Control, by Wikipedia Contributors. Last revision: 12 October 2021; Accessed: 5 January 2022
Distributed Version Control, by Wikipedia Contributors. Last revision: 23 December 2021; Accessed: 5 January 2022