Differentiate the three models of VCSs, stating their pros and cons
Let's we identify the three models of Version Control Systems, In Local Version Control Systems the version database and the project file are in the same computer. This is the oldest version control system. In Centralized Version Control System, the version database is stored in central VCS server. When developers want to make change project files, they get that files to their computers and change it. In Distributed Version Control System, the version database is installed to server computer and client computer both.
Comments
Post a Comment