SOFTWARE ENGINEERING

SOFTWARE PROJECT MANAGEMENT

CONFIGURATION MANAGEMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Choose the correct types of modern version control system
A
Database systems
B
Centralized systems
C
Distributed server
D
Change systems
Explanation: 

Detailed explanation-1: -The most common centralized version control systems are Concurrent Versions System (CVS), Perforce, and Subversion (SVN).

Detailed explanation-2: -In CVS, a client need to get local copy of source from server, do the changes and commit those changes to centeral source on server. In DVS, each client can have a local branch as well and have a complete history on it. Client need to push the changes to branch which will then be pushed to server repository.

Detailed explanation-3: -SVN is actually a centralized version control system. It’s different from distributed systems, like Git.

There is 1 question to complete.