- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 146字
- 2021-07-02 15:42:16
Centralized Source Control Management
In traditional Source Control Management (SCM) systems, such as CVS and Subversion, which have long been the industry standards, your code was saved to a server. This server kept the entire history of your project. Developers working on the project could check out a snapshot of the project, make their changes, and commit back to the server. It enabled teams to work together and get an idea of what other people on the team were up to.
However, since all code was stored in a single repository, you had a problem if this repository became (temporarily) unreachable (for example, due to network problems) or, worse, when your repository or server became corrupted. Storing the entire history of your projects in a single place comes with the risk of losing everything. This model of version control is called a centralized version control system.
- 解構產品經理:互聯(lián)網產品策劃入門寶典
- CockroachDB權威指南
- Debian 7:System Administration Best Practices
- Vue.js 3.x從入門到精通(視頻教學版)
- AIRAndroid應用開發(fā)實戰(zhàn)
- Java Web及其框架技術
- Vue.js 3.0源碼解析(微課視頻版)
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- STM32F0實戰(zhàn):基于HAL庫開發(fā)
- PySide GUI Application Development(Second Edition)
- PhoneGap:Beginner's Guide(Third Edition)
- 深入理解Elasticsearch(原書第3版)
- Android Wear Projects
- Learning R for Geospatial Analysis
- Django 5企業(yè)級Web應用開發(fā)實戰(zhàn)(視頻教學版)