Respuesta :
Answer:
In a centralized version control system, the project files are stored in a repository or database on a server
Git and Mercurial are examples of distributed version control systems.
With distributed version control, multiple copies of the entire project are maintained on the developers’ computers.
Explanation:
Your Welcome!
The statements about version control that are true include the following:
B. With distributed version control, multiple copies of the entire project are maintained on the developers’ computers.
D. Git and Mercurial are examples of distributed version control systems.
E. In a centralized version control system, the project files are stored in a repository or database on a server.
Version control is also referred to as source control and it can be defined as a process through which changes to a file, set of files and software codes over time, are tracked, recorded and managed, especially for easy recall and modification of specific versions in the future. A common example of a version control system that is used by software developers across the world is Git.
In Computer science, there are two main types of version control system and these include:
I. Distributed version control system.
II. Centralized version control system.
Basically, the statements about version control that are true include the following:
- Multiple copies of an entire project can be maintained on a developer's computers through the use of distributed version control.
- Git and Mercurial are common examples of distributed version control systems.
- Project files are stored in a repository or database on a server in a centralized version control system.
Read more on version control here: https://brainly.com/question/14213984