In: Computer Science
Some real time four examples of software configuration management
Four Example tools for software configuration management are:
1. Git: Git is a free and open-source tool that helps version control. It is designed to handle all types of projects with speed and efficiency.
2. Ansible: It is an open-source Software configuration management tool. Apart from configuration management it also offers application deployment & task automation.
3. Chef: Chef is another popular configuration management software tool written in Ruby and Erlang
4.Team Foundation Server: Team Foundation is a group of tools and technologies that enable the team to collaborate and coordinate for building a product.
And, Example for software configuration management activities are:
1.Source Code Control:
Using source code control or configuration management check-in and check out changes done in code.
2. Integration:
Configuration control keeps the system/software integrated. Thus it helps in the integration of software.
3. Version Control
To Merge and update the change in the system, we use a
configuration management system.
4.Branching.