holymakkah.gov.sa
DevOps Model Introduction
DevOps Model Defined
DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes. This speed enables organizations to better serve their customers and compete more effectively in the market.
text and image source : amazon aws
Benefits of DevOps
text and image source : amazon aws
Adapting centralized HMM version control system "SVN"
in DevOps Model
SVN stands for Subversion. It is a source control management tool that is used to store various verisons of a file in a centralized server.
SVN is Basically a version and source control tool developed by Apache Foundation.
SVN allows you to recover older versions of your data or examine how your data changes.
text and image source : QUORA
Version control system is the fundamental of DevOps , and SVN is one of them.
>> Showcase
> using any svn client app to manage versions
> Exploring revisions' repository
> Uploading a new change
> Rolling back to a previous revision
Presented by: Abdelhameed Hamdy