Once the Configuration Management team determines the appropriate level of CM control. ABC Utility is trying to determine which CM Tool to use. Assume that you are part of CM team and select the appropriate tool to use. Choose exactly THREE correct options.
Select one or more:
a. GitLab
b. Mercurial
c. PVCS(Poly Version Control System)
d. VSS (Visual SourceSafe)
Answers
Answered by
16
Answer:
PVCS, VSS, Mercurial are correct answers
Explanation:
three options are correct
Answered by
6
Answer:
PVCS(Poly Version Control System), VSS (Visual SourceSafe),Mercurial
Explanation:
- PVCS Version Manager is a software package by Serena Software Inc. for revision control of files, in particular source code files. PVCS follows the "locking" approach to concurrency control; it has no merge operator built-in. However PVCS can also be configured to support several users simultaneously attempting to edit the file; in this case the second committer will have a branch created for him/her so that both modifications, instead of conflicting, will appear as parallel histories for the same file. This is unlike CVS and Subversion where the second committer needs to first merge the changes via the update command and then resolve conflicts before
- Microsoft Visual SourceSafe is a discontinued source control program oriented towards small software development projects. Like most source control systems, SourceSafe creates a virtual library of computer files
- Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface
Similar questions