What are the features & Limitations of branching concept in Config Management?
Hello @Aryan_Shandil, could you please specify the category of the module for which you are asking a question? Additionally, could you provide some details regarding your inquiry?
Hi @AnushkaGupta ,
I was inquiring regarding Branching in Config Management which is connected to the applications built in vDesigner 2.0.
I found the following information
Features:
-
Version Control: Configuration Management systems provide version control capabilities, allowing teams to track changes made to configuration files over time. This enables comparison of configurations, and tracking of changes made by different team members.
-
Consistency: Config Management ensures consistency across different environments, such as development, testing, and production. Configurations can be defined and applied consistently, minimizing configuration drift and ensuring smooth deployments.
-
Auditing: Config Management provides auditing capabilities, allowing organizations to track changes and maintain an audit trail of configuration modifications.
Limitations:
-
Limited number of branches permitted:
Config Management allows a maximum of 11 branches to exist. This limits possibility for multiple changes to be done parallely. -
Merge Conflicts:
When multiple developers make changes to the same page, conflicts may arise during the merge process.