Which of the following statements about version control are true? Select 3 options.
Responses
Early version control systems needed to use locks to keep files synchronized, but newer version control systems do not use locks at all.
Early version control systems needed to use locks to keep files synchronized, but newer version control systems do not use locks at all.
Git and Mercurial are examples of distributed version control systems.
Git and Mercurial are examples of distributed version control systems.
Version control systems can only be used by teams of developers, rather than individuals.
Version control systems can only be used by teams of developers, rather than individuals.
With distributed version control, multiple copies of the entire project are maintained on the developers’ computers.
With distributed version control, multiple copies of the entire project are maintained on the developers’ computers.
In a centralized version control system, the project files are stored in a repository or database on a server.
In a centralized version control system, the project files are stored in a repository or database on a server.